@Concealed public static enum ExprCodeSource.Type extends java.lang.Enum<ExprCodeSource.Type>
| Enum Constant and Description |
|---|
Dynamic |
Personalization |
Static |
Temporary |
| Modifier and Type | Method and Description |
|---|---|
static ExprCodeSource.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExprCodeSource.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExprCodeSource.Type Personalization
public static final ExprCodeSource.Type Dynamic
public static final ExprCodeSource.Type Static
public static final ExprCodeSource.Type Temporary
public static ExprCodeSource.Type[] values()
for (ExprCodeSource.Type c : ExprCodeSource.Type.values()) System.out.println(c);
public static ExprCodeSource.Type 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