public final class SignType
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getSignType(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
SIGNTYPE_NEGATIVE
The 'SIGNTYPE NEGATIVE' literal value.
|
static SignType |
SIGNTYPE_NEGATIVE_LITERAL
The 'SIGNTYPE NEGATIVE' literal object.
|
static int |
SIGNTYPE_POSITIVE
The 'SIGNTYPE POSITIVE' literal value.
|
static SignType |
SIGNTYPE_POSITIVE_LITERAL
The 'SIGNTYPE POSITIVE' literal object.
|
static int |
SIGNTYPE_ZERO
The 'SIGNTYPE ZERO' literal value.
|
static SignType |
SIGNTYPE_ZERO_LITERAL
The 'SIGNTYPE ZERO' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Sign Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SignType |
get(int value)
Returns the 'Sign Type' literal with the specified integer value.
|
static SignType |
get(java.lang.String literal)
Returns the 'Sign Type' literal with the specified literal value.
|
static SignType |
getByName(java.lang.String name)
Returns the 'Sign Type' literal with the specified name.
|
public static final java.lang.String copyright
public static final int SIGNTYPE_NEGATIVE
Representation of NEGATIVE
SIGNTYPE_NEGATIVE_LITERAL,
Constant Field Valuespublic static final int SIGNTYPE_ZERO
Representation of ZERO
SIGNTYPE_ZERO_LITERAL,
Constant Field Valuespublic static final int SIGNTYPE_POSITIVE
Representation of POSITIVE
SIGNTYPE_POSITIVE_LITERAL,
Constant Field Valuespublic static final SignType SIGNTYPE_NEGATIVE_LITERAL
SIGNTYPE_NEGATIVEpublic static final SignType SIGNTYPE_ZERO_LITERAL
SIGNTYPE_ZEROpublic static final SignType SIGNTYPE_POSITIVE_LITERAL
SIGNTYPE_POSITIVEpublic static final java.util.List VALUES
public static SignType get(java.lang.String literal)
public static SignType getByName(java.lang.String name)
public static SignType get(int value)