public static enum NumberPattern.Ordinal extends Enum<NumberPattern.Ordinal>
| Modifier and Type | Method and Description |
|---|---|
static NumberPattern.Ordinal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberPattern.Ordinal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberPattern.Ordinal MUST
public static final NumberPattern.Ordinal SHOULD
public static final NumberPattern.Ordinal MUST_NOT
public static NumberPattern.Ordinal[] values()
for (NumberPattern.Ordinal c : NumberPattern.Ordinal.values()) System.out.println(c);
public static NumberPattern.Ordinal 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 nullCopyright © 2016 New York University. All rights reserved.