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