public static enum ProOnlyComponents.CheckBox.ProOnlySuffix extends Enum<ProOnlyComponents.CheckBox.ProOnlySuffix>
| Modifier and Type | Method and Description |
|---|---|
static ProOnlyComponents.CheckBox.ProOnlySuffix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProOnlyComponents.CheckBox.ProOnlySuffix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProOnlyComponents.CheckBox.ProOnlySuffix PRO_ONLY
public static final ProOnlyComponents.CheckBox.ProOnlySuffix PRO
public static final ProOnlyComponents.CheckBox.ProOnlySuffix NONE
public static ProOnlyComponents.CheckBox.ProOnlySuffix[] values()
for (ProOnlyComponents.CheckBox.ProOnlySuffix c : ProOnlyComponents.CheckBox.ProOnlySuffix.values()) System.out.println(c);
public static ProOnlyComponents.CheckBox.ProOnlySuffix 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 null