public static enum ConstantTree.Flags extends Enum<ConstantTree.Flags>
Enum Constant and Description |
---|
CANDIDATE |
MATERIALIZE |
SUBTREE |
USAGE |
Modifier and Type | Method and Description |
---|---|
static ConstantTree.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantTree.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantTree.Flags SUBTREE
public static final ConstantTree.Flags USAGE
public static final ConstantTree.Flags MATERIALIZE
public static final ConstantTree.Flags CANDIDATE
public static ConstantTree.Flags[] values()
for (ConstantTree.Flags c : ConstantTree.Flags.values()) System.out.println(c);
public static ConstantTree.Flags 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