public class BlockPermalockMode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static BlockPermalockMode |
NOT_SPECIFIED
The instance of Not Specified
|
static BlockPermalockMode[] |
PRIVATE_VALUES |
static BlockPermalockMode |
READ
The instance of Read
|
static BlockPermalockMode |
WRITE
The instance of Write
|
Modifier and Type | Method and Description |
---|---|
static BlockPermalockMode[] |
getValues() |
static BlockPermalockMode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final BlockPermalockMode NOT_SPECIFIED
public static final BlockPermalockMode READ
public static final BlockPermalockMode WRITE
public static final BlockPermalockMode[] PRIVATE_VALUES
public static final BlockPermalockMode[] getValues()
public static final BlockPermalockMode Parse(java.lang.String parameter)