public static enum SpaceResult.OperationType extends java.lang.Enum<SpaceResult.OperationType>
Enum Constant and Description |
---|
CompareAndPut |
CompareAndTake |
Get |
Load |
Lock |
Put |
Take |
Unlock |
Modifier and Type | Method and Description |
---|---|
static SpaceResult.OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceResult.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceResult.OperationType Put
public static final SpaceResult.OperationType Take
public static final SpaceResult.OperationType Get
public static final SpaceResult.OperationType Load
public static final SpaceResult.OperationType CompareAndPut
public static final SpaceResult.OperationType CompareAndTake
public static final SpaceResult.OperationType Lock
public static final SpaceResult.OperationType Unlock
public static SpaceResult.OperationType[] values()
for (SpaceResult.OperationType c : SpaceResult.OperationType.values()) System.out.println(c);
public static SpaceResult.OperationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright (c) 2013 TIBCO Software Inc. All rights reserved.