public enum SExpressionType extends java.lang.Enum<SExpressionType>
| Enum Constant and Description |
|---|
TYPE_CONSTANT |
TYPE_I18N |
TYPE_INPUT |
TYPE_PARAMETER |
TYPE_PATTERN |
TYPE_READ_ONLY_SCRIPT_GROOVY |
TYPE_READ_ONLY_SCRIPT_JAVASCRIPT |
TYPE_READ_WRITE_SCRIPT |
TYPE_VARIABLE |
TYPE_XPATH_READ |
| Modifier and Type | Method and Description |
|---|---|
static SExpressionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SExpressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SExpressionType TYPE_CONSTANT
public static final SExpressionType TYPE_VARIABLE
public static final SExpressionType TYPE_PATTERN
public static final SExpressionType TYPE_READ_WRITE_SCRIPT
public static final SExpressionType TYPE_PARAMETER
public static final SExpressionType TYPE_I18N
public static final SExpressionType TYPE_READ_ONLY_SCRIPT_GROOVY
public static final SExpressionType TYPE_READ_ONLY_SCRIPT_JAVASCRIPT
public static final SExpressionType TYPE_INPUT
public static final SExpressionType TYPE_XPATH_READ
public static SExpressionType[] values()
for (SExpressionType c : SExpressionType.values()) System.out.println(c);
public static SExpressionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null