|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4j.filter.ComparableFilter.Operator
public static final class ComparableFilter.Operator
Operators for compare operations.
| Field Summary | |
|---|---|
static ComparableFilter.Operator |
EQ
Equal. |
static ComparableFilter.Operator |
GT
Greater than. |
static ComparableFilter.Operator |
GTE
Greater than or equal. |
static ComparableFilter.Operator[] |
INSTANCES
List of all known instances. |
static ComparableFilter.Operator |
LT
Less than. |
static ComparableFilter.Operator |
LTE
Less than or equal. |
| Method Summary | |
|---|---|
String |
getId()
Returns the unique name of the operator. |
static ComparableFilter.Operator |
getInstance(String id)
Returns an instance for a given id. |
String |
getSign()
Returns the symbol for the operator. |
static boolean |
isValid(String id)
Determines if a given id is valid. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ComparableFilter.Operator LT
public static final ComparableFilter.Operator LTE
public static final ComparableFilter.Operator EQ
public static final ComparableFilter.Operator GT
public static final ComparableFilter.Operator GTE
public static final ComparableFilter.Operator[] INSTANCES
| Method Detail |
|---|
public final String getId()
public final String getSign()
public static boolean isValid(String id)
id - Name to check - Cannot be null.
true else
false.public static ComparableFilter.Operator getInstance(String id)
id - Name to return an instance for - Cannot be
null and must be a valid name.
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||