public enum ToneTag extends Enum<ToneTag>
Enum Constant and Description |
---|
academic |
ALL_TONE_RULES |
ALL_WITHOUT_GOAL_SPECIFIC |
clarity |
confident |
formal |
general |
informal |
NO_TONE_RULE |
objective |
persuasive |
positive |
povadd |
povrem |
professional |
scientific |
Modifier and Type | Field and Description |
---|---|
static List<ToneTag> |
REAL_TONE_TAGS |
Modifier and Type | Method and Description |
---|---|
static ToneTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToneTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToneTag clarity
public static final ToneTag formal
public static final ToneTag professional
public static final ToneTag confident
public static final ToneTag academic
public static final ToneTag povrem
public static final ToneTag scientific
public static final ToneTag objective
public static final ToneTag persuasive
public static final ToneTag informal
public static final ToneTag povadd
public static final ToneTag positive
public static final ToneTag general
public static final ToneTag NO_TONE_RULE
public static final ToneTag ALL_TONE_RULES
public static final ToneTag ALL_WITHOUT_GOAL_SPECIFIC
public static ToneTag[] values()
for (ToneTag c : ToneTag.values()) System.out.println(c);
public static ToneTag 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