| Modifier and Type | Field and Description |
|---|---|
static RecordingMode |
RecordingMode.RM_F_LITERAL
The 'RM F' literal object.
|
static RecordingMode |
RecordingMode.RM_S_LITERAL
The 'RM S' literal object.
|
static RecordingMode |
RecordingMode.RM_U_LITERAL
The 'RM U' literal object.
|
static RecordingMode |
RecordingMode.RM_V_LITERAL
The 'RM V' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordingMode |
RecordingMode.get(int value)
Returns the 'Recording Mode' literal with the specified integer value.
|
static RecordingMode |
RecordingMode.get(java.lang.String literal)
Returns the 'Recording Mode' literal with the specified literal value.
|
static RecordingMode |
RecordingMode.getByName(java.lang.String name)
Returns the 'Recording Mode' literal with the specified name.
|
RecordingMode |
RecordingModeClause.getMode()
Returns the value of the 'Mode' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingModeClause.setMode(RecordingMode value)
Sets the value of the '
Mode' attribute. |