public static enum Territory.AlphaCodeFormat extends Enum<Territory.AlphaCodeFormat>
| Enum Constant and Description |
|---|
INTERNATIONAL |
MINIMAL |
MINIMAL_UNAMBIGUOUS |
| Modifier and Type | Method and Description |
|---|---|
static Territory.AlphaCodeFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Territory.AlphaCodeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Territory.AlphaCodeFormat INTERNATIONAL
public static final Territory.AlphaCodeFormat MINIMAL_UNAMBIGUOUS
public static final Territory.AlphaCodeFormat MINIMAL
public static Territory.AlphaCodeFormat[] values()
for (Territory.AlphaCodeFormat c : Territory.AlphaCodeFormat.values()) System.out.println(c);
public static Territory.AlphaCodeFormat 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 © 2017 Stichting Mapcode Foundation. All rights reserved.