public static enum RcpTypes.ParameterOptions extends java.lang.Enum<RcpTypes.ParameterOptions>
| Enum Constant and Description |
|---|
DESCRIPTION |
LABEL |
ORDER |
PARENTID |
READONLY |
TAGS |
USERDATA |
USERID |
VALUE |
WIDGET |
| Modifier and Type | Method and Description |
|---|---|
static RcpTypes.ParameterOptions |
byId(long id) |
long |
id() |
static RcpTypes.ParameterOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RcpTypes.ParameterOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RcpTypes.ParameterOptions VALUE
public static final RcpTypes.ParameterOptions LABEL
public static final RcpTypes.ParameterOptions DESCRIPTION
public static final RcpTypes.ParameterOptions TAGS
public static final RcpTypes.ParameterOptions ORDER
public static final RcpTypes.ParameterOptions PARENTID
public static final RcpTypes.ParameterOptions WIDGET
public static final RcpTypes.ParameterOptions USERDATA
public static final RcpTypes.ParameterOptions USERID
public static final RcpTypes.ParameterOptions READONLY
public static RcpTypes.ParameterOptions[] values()
for (RcpTypes.ParameterOptions c : RcpTypes.ParameterOptions.values()) System.out.println(c);
public static RcpTypes.ParameterOptions 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.ParameterOptions byId(long id)