public enum QuiesceState extends Enum<QuiesceState>
| Enum Constant and Description | 
|---|
QUIESCED  | 
UNQUIESCED  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCode()  | 
static QuiesceState | 
traslateCodeToState(int code)  | 
static QuiesceState | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QuiesceState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final QuiesceState QUIESCED
public static final QuiesceState UNQUIESCED
public static QuiesceState[] values()
for (QuiesceState c : QuiesceState.values()) System.out.println(c);
public static QuiesceState 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 nullpublic int getCode()
public static QuiesceState traslateCodeToState(int code)
Copyright © GigaSpaces.