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