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