public static enum TAtBeforeClause.ClauseType extends Enum<TAtBeforeClause.ClauseType>
Modifier and Type | Method and Description |
---|---|
static TAtBeforeClause.ClauseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAtBeforeClause.ClauseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAtBeforeClause.ClauseType AT
public static final TAtBeforeClause.ClauseType BEFORE
public static TAtBeforeClause.ClauseType[] values()
for (TAtBeforeClause.ClauseType c : TAtBeforeClause.ClauseType.values()) System.out.println(c);
public static TAtBeforeClause.ClauseType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null