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