protected static enum AbstractTest.Service extends Enum<AbstractTest.Service>
Enum Constant and Description |
---|
APP_CATALOG |
ARTIFACT |
BARBICAN |
BLOCK_STORAGE |
CLUSTERING |
COMPUTE |
DATABASE |
DNS |
IDENTITY |
IMAGE |
MAGNUM |
METERING |
NETWORK |
OBJECT_STORAGE |
ORCHESTRATION |
SHARE |
TACKER |
TELEMETRY |
Modifier and Type | Method and Description |
---|---|
static AbstractTest.Service |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTest.Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTest.Service IDENTITY
public static final AbstractTest.Service NETWORK
public static final AbstractTest.Service COMPUTE
public static final AbstractTest.Service BLOCK_STORAGE
public static final AbstractTest.Service METERING
public static final AbstractTest.Service TELEMETRY
public static final AbstractTest.Service SHARE
public static final AbstractTest.Service OBJECT_STORAGE
public static final AbstractTest.Service BARBICAN
public static final AbstractTest.Service MAGNUM
public static final AbstractTest.Service ORCHESTRATION
public static final AbstractTest.Service DATABASE
public static final AbstractTest.Service TACKER
public static final AbstractTest.Service IMAGE
public static final AbstractTest.Service ARTIFACT
public static final AbstractTest.Service CLUSTERING
public static final AbstractTest.Service APP_CATALOG
public static final AbstractTest.Service DNS
public static AbstractTest.Service[] values()
for (AbstractTest.Service c : AbstractTest.Service.values()) System.out.println(c);
public static AbstractTest.Service 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. All Rights Reserved.