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