static enum AbstractBetaFeature.TermInfo.Candidate extends java.lang.Enum<AbstractBetaFeature.TermInfo.Candidate>
| Enum Constant and Description | 
|---|
CAND_BOTH  | 
CAND_LEFT  | 
CAND_NEVER  | 
CAND_RIGHT  | 
| Modifier and Type | Method and Description | 
|---|---|
static AbstractBetaFeature.TermInfo.Candidate | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static AbstractBetaFeature.TermInfo.Candidate[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AbstractBetaFeature.TermInfo.Candidate CAND_NEVER
public static final AbstractBetaFeature.TermInfo.Candidate CAND_LEFT
public static final AbstractBetaFeature.TermInfo.Candidate CAND_RIGHT
public static final AbstractBetaFeature.TermInfo.Candidate CAND_BOTH
public static AbstractBetaFeature.TermInfo.Candidate[] values()
for (AbstractBetaFeature.TermInfo.Candidate c : AbstractBetaFeature.TermInfo.Candidate.values()) System.out.println(c);
public static AbstractBetaFeature.TermInfo.Candidate valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null