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