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