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

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as MemorySizeUnit 
      Modifier and Type Field and Description
      static MemorySizeUnit MemorySizeUnit.MSU_CHARACTER_LITERAL
      The 'MSU CHARACTER' literal object.
      static MemorySizeUnit MemorySizeUnit.MSU_MODULE_LITERAL
      The 'MSU MODULE' literal object.
      static MemorySizeUnit MemorySizeUnit.MSU_WORD_LITERAL
      The 'MSU WORD' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return MemorySizeUnit 
      Modifier and Type Method and Description
      static MemorySizeUnit MemorySizeUnit.get(int value)
      Returns the 'Memory Size Unit' literal with the specified integer value.
      static MemorySizeUnit MemorySizeUnit.get(java.lang.String literal)
      Returns the 'Memory Size Unit' literal with the specified literal value.
      static MemorySizeUnit MemorySizeUnit.getByName(java.lang.String name)
      Returns the 'Memory Size Unit' literal with the specified name.
      MemorySizeUnit MemorySize.getUnit()
      Returns the value of the 'Unit' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type MemorySizeUnit 
      Modifier and Type Method and Description
      void MemorySize.setUnit(MemorySizeUnit value)
      Sets the value of the 'Unit' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes