public enum UsRegionsEnum extends Enum<UsRegionsEnum>
| Modifier and Type | Method and Description |
|---|---|
static UsRegionsEnum |
fromString(String displayName) |
String |
toString() |
static UsRegionsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsRegionsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsRegionsEnum MW
public static final UsRegionsEnum NE
public static final UsRegionsEnum SE
public static final UsRegionsEnum SW
public static final UsRegionsEnum W
public static UsRegionsEnum[] values()
for (UsRegionsEnum c : UsRegionsEnum.values()) System.out.println(c);
public static UsRegionsEnum 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 String toString()
toString in class Enum<UsRegionsEnum>public static UsRegionsEnum fromString(String displayName)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.