public static enum RcpTypes.EnumOptions extends java.lang.Enum<RcpTypes.EnumOptions>
| Enum Constant and Description |
|---|
DEFAULT |
ENTRIES |
MULTISELECT |
| Modifier and Type | Method and Description |
|---|---|
static RcpTypes.EnumOptions |
byId(long id) |
long |
id() |
static RcpTypes.EnumOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RcpTypes.EnumOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RcpTypes.EnumOptions DEFAULT
public static final RcpTypes.EnumOptions ENTRIES
public static final RcpTypes.EnumOptions MULTISELECT
public static RcpTypes.EnumOptions[] values()
for (RcpTypes.EnumOptions c : RcpTypes.EnumOptions.values()) System.out.println(c);
public static RcpTypes.EnumOptions 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 nullpublic long id()
public static RcpTypes.EnumOptions byId(long id)