public enum DefaultValueType extends java.lang.Enum<DefaultValueType>
| Enum Constant and Description |
|---|
EXPRESSION |
STRING_LITERAL |
UNSET |
| Modifier and Type | Field and Description |
|---|---|
static DefaultValueType |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static DefaultValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultValueType STRING_LITERAL
public static final DefaultValueType EXPRESSION
public static final DefaultValueType UNSET
public static final DefaultValueType DEFAULT
public static DefaultValueType[] values()
for (DefaultValueType c : DefaultValueType.values()) System.out.println(c);
public static DefaultValueType 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 nullCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.