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