public static enum LabelController.Property extends java.lang.Enum<LabelController.Property>
Enum Constant and Description |
---|
TEXT |
Modifier and Type | Method and Description |
---|---|
static LabelController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelController.Property TEXT
public static LabelController.Property[] values()
for (LabelController.Property c : LabelController.Property.values()) System.out.println(c);
public static LabelController.Property 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 null
© Copyrights 2006-2014 eTeks - All rights reserved
Distributed under GNU General Public License