public static enum BranchCheckBox.State extends Enum<BranchCheckBox.State>
Modifier and Type | Method and Description |
---|---|
static BranchCheckBox.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchCheckBox.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BranchCheckBox.State ALL
public static final BranchCheckBox.State NONE
public static final BranchCheckBox.State PART
public static BranchCheckBox.State[] values()
for (BranchCheckBox.State c : BranchCheckBox.State.values()) System.out.println(c);
public static BranchCheckBox.State 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 © 1996-2014 FreeHEP. All Rights Reserved.