|
Project: stp | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<QueryUtilities.Kind>
com.ibm.rational.stp.client.samples.QueryUtilities.Kind
private static enum QueryUtilities.Kind
Enum Constant Summary | |
---|---|
BINARY
FilterSym.kind for an operation with two operands |
|
END
FilterSym.kind for the end of a FilterLeaf expression |
|
NILARY
FilterSym.kind for an operation with no operands |
|
SEPARATOR
FilterSym.kind for a target separator token |
|
TARGET
FilterSym.kind for target specification token |
|
UNARY
FilterSym.kind for an operation with one operand |
|
VARIADIC
FilterSym.kind for an operation with one or more operands |
Method Summary | |
---|---|
static QueryUtilities.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryUtilities.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QueryUtilities.Kind NILARY
public static final QueryUtilities.Kind UNARY
public static final QueryUtilities.Kind BINARY
public static final QueryUtilities.Kind VARIADIC
public static final QueryUtilities.Kind TARGET
public static final QueryUtilities.Kind SEPARATOR
public static final QueryUtilities.Kind END
Method Detail |
---|
public static final QueryUtilities.Kind[] values()
for(QueryUtilities.Kind c : QueryUtilities.Kind.values()) System.out.println(c);
public static QueryUtilities.Kind valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Generated Sat 19-Jan-2013 12:57 AM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |