|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.SignType
public final class SignType
A representation a sign in a sign conditional expression. This includes the literals of the enumeration 'Sign Type', and utility methods for working with them.
COBOLPackage.getSignType(),
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static SignType get(java.lang.String literal)
public static SignType getByName(java.lang.String name)
public static SignType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||