| Package | Description |
|---|---|
| com.google.template.soy.msgs.restricted |
| Modifier and Type | Method and Description |
|---|---|
SoyMsgPluralCaseSpec.Type |
SoyMsgPluralCaseSpec.getType()
Get the type.
|
static SoyMsgPluralCaseSpec.Type |
SoyMsgPluralCaseSpec.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyMsgPluralCaseSpec.Type[] |
SoyMsgPluralCaseSpec.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SoyMsgPluralCaseSpec(SoyMsgPluralCaseSpec.Type type)
Constructs an object from a non-numeric value.
|