| Modifier and Type | Field and Description |
|---|---|
static SignType |
SignType.SIGNTYPE_NEGATIVE_LITERAL
The 'SIGNTYPE NEGATIVE' literal object.
|
static SignType |
SignType.SIGNTYPE_POSITIVE_LITERAL
The 'SIGNTYPE POSITIVE' literal object.
|
static SignType |
SignType.SIGNTYPE_ZERO_LITERAL
The 'SIGNTYPE ZERO' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static SignType |
SignType.get(int value)
Returns the 'Sign Type' literal with the specified integer value.
|
static SignType |
SignType.get(java.lang.String literal)
Returns the 'Sign Type' literal with the specified literal value.
|
static SignType |
SignType.getByName(java.lang.String name)
Returns the 'Sign Type' literal with the specified name.
|
SignType |
ExprSignCond.getSignType()
Returns the value of the 'Sign Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSignCond.setSignType(SignType value)
Sets the value of the '
Sign Type' attribute. |