java.io.Serializable, java.lang.Comparable<Constants.RefType>public static enum Constants.RefType extends java.lang.Enum<Constants.RefType>
| Enum Constant | Description |
|---|---|
ENTITY |
|
SESSION |
|
UNSPECIFIED |
| Modifier and Type | Method | Description |
|---|---|---|
static Constants.RefType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Constants.RefType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.RefType UNSPECIFIED
public static final Constants.RefType ENTITY
public static final Constants.RefType SESSION
public static Constants.RefType[] values()
for (Constants.RefType c : Constants.RefType.values()) System.out.println(c);
public static Constants.RefType 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