public static enum SoyMsgPluralCaseSpec.Type extends Enum<SoyMsgPluralCaseSpec.Type>
| Enum Constant and Description |
|---|
EXPLICIT |
FEW |
MANY |
ONE |
OTHER |
TWO |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
static SoyMsgPluralCaseSpec.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyMsgPluralCaseSpec.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoyMsgPluralCaseSpec.Type EXPLICIT
public static final SoyMsgPluralCaseSpec.Type ZERO
public static final SoyMsgPluralCaseSpec.Type ONE
public static final SoyMsgPluralCaseSpec.Type TWO
public static final SoyMsgPluralCaseSpec.Type FEW
public static final SoyMsgPluralCaseSpec.Type MANY
public static final SoyMsgPluralCaseSpec.Type OTHER
public static SoyMsgPluralCaseSpec.Type[] values()
for (SoyMsgPluralCaseSpec.Type c : SoyMsgPluralCaseSpec.Type.values()) System.out.println(c);
public static SoyMsgPluralCaseSpec.Type 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