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