public static enum Containers.ContainerType extends Enum<Containers.ContainerType>
| Enum Constant and Description |
|---|
FLOWLET |
SERVICE |
SYSTEM_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static Containers.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Containers.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Containers.ContainerType SYSTEM_SERVICE
public static final Containers.ContainerType FLOWLET
public static final Containers.ContainerType SERVICE
public static Containers.ContainerType[] values()
for (Containers.ContainerType c : Containers.ContainerType.values()) System.out.println(c);
public static Containers.ContainerType 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 © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.