|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.FilterValueType
| Field Summary | |
static FilterValueType |
LIKE_VALUE
Filter value which is a pattern with the wild card (%). |
static FilterValueType |
RANGE
Filter value which is a range consisting of a minimum and maximum value. |
static FilterValueType |
SINGLE_VALUE
Filter value which is a single value. |
| Constructor Summary | |
protected |
FilterValueType(java.lang.String name)
FilterValueType constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
This method made final to prevent overriding Object.equals. |
java.lang.String |
getName()
Returns name of this instance. |
int |
hashCode()
This method made final to prevent overriding Object.hashCode. |
java.lang.String |
toString()
Returns string representation of this instance. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final FilterValueType SINGLE_VALUE
public static final FilterValueType RANGE
public static final FilterValueType LIKE_VALUE
| Constructor Detail |
protected FilterValueType(java.lang.String name)
name - filter value type name| Method Detail |
public final java.lang.String toString()
public final java.lang.String getName()
public final boolean equals(java.lang.Object obj)
public final int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||