public static enum Compound.CompoundSplitLevel extends Enum<Compound.CompoundSplitLevel>
Modifier and Type | Method and Description |
---|---|
static Compound.CompoundSplitLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compound.CompoundSplitLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compound.CompoundSplitLevel NONE
public static final Compound.CompoundSplitLevel ALL
public static final Compound.CompoundSplitLevel LOWEST
public static final Compound.CompoundSplitLevel HIGHEST
public static Compound.CompoundSplitLevel[] values()
for (Compound.CompoundSplitLevel c : Compound.CompoundSplitLevel.values()) System.out.println(c);
public static Compound.CompoundSplitLevel 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 © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.