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