Class IntValue

java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.IntValue
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IntRangeValue, IntSingleValue

public class IntValue
extends FilterValue
Class to commit a numeric int value to iSearch via QueryFilter.
Since:
10.99.999.023
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    IntValue()  
  • Method Summary

    Methods inherited from class de.elo.ix.client.esearch.query.data.FilterValue

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details