Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 
      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.
      Methods in com.ibm.etools.cobol.application.model.cobol that return SignType 
      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.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SignType 
      Modifier and Type Method and Description
      void ExprSignCond.setSignType(SignType value)
      Sets the value of the 'Sign Type' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes