public class QtMode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static QtMode |
ACCESS_CONTROL_WORD
The instance of Access Control Word
|
static QtMode |
ACCESS_PRIVATE_MEMORY
The instance of Access Private Memory
|
static QtMode |
ACCESS_PRIVATE_MEMORY_SHORT_RANGE
The instance of Access Private Memory Short Range
|
static QtMode |
NONE
The instance of None
|
static QtMode |
NOT_SPECIFIED
The instance of Not Specified
|
static QtMode[] |
PRIVATE_VALUES |
Modifier and Type | Method and Description |
---|---|
static QtMode[] |
getValues() |
static QtMode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final QtMode NOT_SPECIFIED
public static final QtMode NONE
public static final QtMode ACCESS_PRIVATE_MEMORY
public static final QtMode ACCESS_PRIVATE_MEMORY_SHORT_RANGE
public static final QtMode ACCESS_CONTROL_WORD
public static final QtMode[] PRIVATE_VALUES