public static enum SVOElement.NUMBER extends Enum<SVOElement.NUMBER>
| Modifier and Type | Method and Description |
|---|---|
static SVOElement.NUMBER |
getNumber(int ct)
Given a count, return singular or plural.
|
static SVOElement.NUMBER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVOElement.NUMBER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVOElement.NUMBER SINGULAR
public static final SVOElement.NUMBER PLURAL
public static SVOElement.NUMBER[] values()
for (SVOElement.NUMBER c : SVOElement.NUMBER.values()) System.out.println(c);
public static SVOElement.NUMBER 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 nullpublic static SVOElement.NUMBER getNumber(int ct)
ct - Copyright © 2015. All rights reserved.