static Constants.ContainerState | 
Constants.ContainerState.decode(int value) | 
 Decode an int value into the proper ContainerStatus 
 | 
static Constants.ContainerState | 
Constants.ContainerState.decode(String value) | 
 Decode a String value into the proper Container status 
 | 
static Constants.ContainerState | 
Constants.ContainerState.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static Constants.ContainerState[] | 
Constants.ContainerState.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 |