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