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

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as DataCategory 
      Modifier and Type Field and Description
      static DataCategory DataCategory.DC_ALPHABETIC_LITERAL
      The 'DC ALPHABETIC' literal object.
      static DataCategory DataCategory.DC_ALPHANUMERIC_EDITED_LITERAL
      The 'DC ALPHANUMERIC EDITED' literal object.
      static DataCategory DataCategory.DC_ALPHANUMERIC_LITERAL
      The 'DC ALPHANUMERIC' literal object.
      static DataCategory DataCategory.DC_DBCS_LITERAL
      The 'DC DBCS' literal object.
      static DataCategory DataCategory.DC_EGCS_LITERAL
      The 'DC EGCS' literal object.
      static DataCategory DataCategory.DC_NUMERIC_EDITED_LITERAL
      The 'DC NUMERIC EDITED' literal object.
      static DataCategory DataCategory.DC_NUMERIC_LITERAL
      The 'DC NUMERIC' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return DataCategory 
      Modifier and Type Method and Description
      static DataCategory DataCategory.get(int value)
      Returns the 'Data Category' literal with the specified integer value.
      static DataCategory DataCategory.get(java.lang.String literal)
      Returns the 'Data Category' literal with the specified literal value.
      static DataCategory DataCategory.getByName(java.lang.String name)
      Returns the 'Data Category' literal with the specified name.
      DataCategory ReplacingClause.getCategory()
      Returns the value of the 'Category' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataCategory 
      Modifier and Type Method and Description
      void ReplacingClause.setCategory(DataCategory value)
      Sets the value of the 'Category' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes