Uses of Interface
com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem

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

Subinterfaces of ElementaryDataItem in com.ibm.etools.cobol.application.model.cobol
 interface AddressingItem
          Deprecated. Use PointerItem, ProcPtrItem, or FuncPtrItem.
 interface AlphabeticItem
          A representation of an alphabetic data item.
 interface AlphaNumericEditedItem
          A representation of an alphanumeric edited data item.
 interface AlphaNumericItem
          A representation of an alphanumeric data item.
 interface DBCSItem
          A representation of a DBCS data item.
 interface FuncPtrItem
          A representation of a function pointer data item.
 interface NumericEditedItem
          A representation of a numeric edited data item.
 interface NumericItem
          A representation of a numeric data item.
 interface ObjectReferenceItem
          A representation of an object reference.
 interface PointerItem
          A representation of a pointer data item.
 interface ProcPtrItem
          A representation of a procedure pointer data item.
 interface UnicodeEditedItem
          A representation of a Unicode edited data item (USAGE NATIONAL).
 interface UnicodeItem
          A representation of a Unicode data item (USAGE NATIONAL).