public static enum KeyStore.Environment extends Enum<KeyStore.Environment>
Modifier and Type | Method and Description |
---|---|
static KeyStore.Environment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStore.Environment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyStore.Environment DEVLAB
public static final KeyStore.Environment TESTLAB
public static final KeyStore.Environment PREPROD
public static final KeyStore.Environment PROD
public static KeyStore.Environment[] values()
for (KeyStore.Environment c : KeyStore.Environment.values()) System.out.println(c);
public static KeyStore.Environment 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 Nets Branch Norway. All Rights Reserved.