public static enum Label.FIELDS extends Enum<Label.FIELDS>
| Modifier and Type | Method and Description |
|---|---|
static Label.FIELDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Label.FIELDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Label.FIELDS NAME
public static final Label.FIELDS COLOR
public static final Label.FIELDS PARENT
public static final Label.FIELDS HIDDEN
public static Label.FIELDS[] values()
for (Label.FIELDS c : Label.FIELDS.values()) System.out.println(c);
public static Label.FIELDS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2003–2020 eXo Platform SAS. All rights reserved.