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.ClassType

    • Uses of ClassType in com.ibm.etools.cobol.application.model.cobol

      Fields in com.ibm.etools.cobol.application.model.cobol declared as ClassType 
      Modifier and Type Field and Description
      static ClassType ClassType.CLASSTYPE_ALPHA_LOWER_LITERAL
      The 'CLASSTYPE ALPHA LOWER' literal object.
      static ClassType ClassType.CLASSTYPE_ALPHA_UPPER_LITERAL
      The 'CLASSTYPE ALPHA UPPER' literal object.
      static ClassType ClassType.CLASSTYPE_ALPHABETIC_LITERAL
      The 'CLASSTYPE ALPHABETIC' literal object.
      static ClassType ClassType.CLASSTYPE_DBCS_LITERAL
      The 'CLASSTYPE DBCS' literal object.
      static ClassType ClassType.CLASSTYPE_KANJI_LITERAL
      The 'CLASSTYPE KANJI' literal object.
      static ClassType ClassType.CLASSTYPE_NUMERIC_LITERAL
      The 'CLASSTYPE NUMERIC' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return ClassType 
      Modifier and Type Method and Description
      static ClassType ClassType.get(int value)
      Returns the 'Class Type' literal with the specified integer value.
      static ClassType ClassType.get(java.lang.String literal)
      Returns the 'Class Type' literal with the specified literal value.
      static ClassType ClassType.getByName(java.lang.String name)
      Returns the 'Class Type' literal with the specified name.
      ClassType ExprStdClassCond.getClassType()
      Returns the value of the 'Class Type' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ClassType 
      Modifier and Type Method and Description
      void ExprStdClassCond.setClassType(ClassType value)
      Sets the value of the 'Class Type' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes