Uses of Class
com.ibm.etools.cobol.application.model.cobol.SignType

Uses of SignType in com.ibm.etools.cobol.application.model.cobol
 

Fields in com.ibm.etools.cobol.application.model.cobol declared as SignType
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.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return SignType
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.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SignType
 void ExprSignCond.setSignType(SignType value)
          Sets the value of the 'Sign Type' attribute.