| Modifier and Type | Field and Description |
|---|---|
static WhenValue |
WhenValue.WV_HIGH_VALUE_LITERAL
The 'WV HIGH VALUE' literal object.
|
static WhenValue |
WhenValue.WV_HIGH_VALUES_LITERAL
The 'WV HIGH VALUES' literal object.
|
static WhenValue |
WhenValue.WV_LOW_VALUE_LITERAL
The 'WV LOW VALUE' literal object.
|
static WhenValue |
WhenValue.WV_LOW_VALUES_LITERAL
The 'WV LOW VALUES' literal object.
|
static WhenValue |
WhenValue.WV_SPACE_LITERAL
The 'WV SPACE' literal object.
|
static WhenValue |
WhenValue.WV_SPACES_LITERAL
The 'WV SPACES' literal object.
|
static WhenValue |
WhenValue.WV_ZERO_LITERAL
The 'WV ZERO' literal object.
|
static WhenValue |
WhenValue.WV_ZEROES_LITERAL
The 'WV ZEROES' literal object.
|
static WhenValue |
WhenValue.WV_ZEROS_LITERAL
The 'WV ZEROS' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static WhenValue |
WhenValue.get(int value)
Returns the 'When Value' literal with the specified integer value.
|
static WhenValue |
WhenValue.get(java.lang.String literal)
Returns the 'When Value' literal with the specified literal value.
|
static WhenValue |
WhenValue.getByName(java.lang.String name)
Returns the 'When Value' literal with the specified name.
|