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

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as XMLTypeValue 
      Modifier and Type Field and Description
      static XMLTypeValue XMLTypeValue.TV_ATTRIBUTE_LITERAL
      The 'TV ATTRIBUTE' literal object.
      static XMLTypeValue XMLTypeValue.TV_CONTENT_LITERAL
      The 'TV CONTENT' literal object.
      static XMLTypeValue XMLTypeValue.TV_ELEMENT_LITERAL
      The 'TV ELEMENT' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return XMLTypeValue 
      Modifier and Type Method and Description
      static XMLTypeValue XMLTypeValue.get(int value)
      Returns the 'XML Type Value' literal with the specified integer value.
      static XMLTypeValue XMLTypeValue.get(java.lang.String literal)
      Returns the 'XML Type Value' literal with the specified literal value.
      static XMLTypeValue XMLTypeValue.getByName(java.lang.String name)
      Returns the 'XML Type Value' literal with the specified name.
      XMLTypeValue XMLType.getType()
      Returns the value of the 'Type' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type XMLTypeValue 
      Modifier and Type Method and Description
      void XMLType.setType(XMLTypeValue value)
      Sets the value of the 'Type' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes