public static enum Sh.RequestedDomain extends Enum<Sh.RequestedDomain>
| Modifier and Type | Method and Description |
|---|---|
static Sh.RequestedDomain |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sh.RequestedDomain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sh.RequestedDomain CS_Domain
public static final Sh.RequestedDomain PS_Domain
public static Sh.RequestedDomain[] values()
for (Sh.RequestedDomain c : Sh.RequestedDomain.values()) System.out.println(c);
public static Sh.RequestedDomain 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 © 2014. All Rights Reserved.