public static enum TFF.Polarity extends Enum<TFF.Polarity>
Enum Constant and Description |
---|
both
both positive and negative
|
negative
negative
|
neutral
neutral
|
positive |
strongneg |
strongpos |
weakneg |
weakpos |
Modifier and Type | Method and Description |
---|---|
static TFF.Polarity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TFF.Polarity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TFF.Polarity both
public static final TFF.Polarity neutral
public static final TFF.Polarity negative
public static final TFF.Polarity weakneg
public static final TFF.Polarity strongneg
public static final TFF.Polarity positive
public static final TFF.Polarity strongpos
public static final TFF.Polarity weakpos
public static TFF.Polarity[] values()
for (TFF.Polarity c : TFF.Polarity.values()) System.out.println(c);
public static TFF.Polarity 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