protected static enum NMClientAsyncImpl.ContainerEventType extends Enum<NMClientAsyncImpl.ContainerEventType>
Enum Constant and Description |
---|
QUERY_CONTAINER |
START_CONTAINER |
STOP_CONTAINER |
Modifier and Type | Method and Description |
---|---|
static NMClientAsyncImpl.ContainerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NMClientAsyncImpl.ContainerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NMClientAsyncImpl.ContainerEventType START_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType STOP_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType QUERY_CONTAINER
public static NMClientAsyncImpl.ContainerEventType[] values()
for (NMClientAsyncImpl.ContainerEventType c : NMClientAsyncImpl.ContainerEventType.values()) System.out.println(c);
public static NMClientAsyncImpl.ContainerEventType 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 © 2013 Apache Software Foundation. All rights reserved.