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