public enum ProcessingUnitType extends Enum<ProcessingUnitType>
Enum Constant and Description |
---|
GATEWAY |
MIRROR |
STATEFUL |
STATELESS |
UNIVERSAL |
UNKNOWN |
WEB |
Modifier and Type | Method and Description |
---|---|
static ProcessingUnitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingUnitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingUnitType UNKNOWN
public static final ProcessingUnitType STATELESS
public static final ProcessingUnitType STATEFUL
public static final ProcessingUnitType MIRROR
public static final ProcessingUnitType WEB
public static final ProcessingUnitType UNIVERSAL
public static final ProcessingUnitType GATEWAY
public static ProcessingUnitType[] values()
for (ProcessingUnitType c : ProcessingUnitType.values()) System.out.println(c);
public static ProcessingUnitType 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 © GigaSpaces.