Uses of Class
org.eclipse.datatools.modelbase.sql.xml.query.XMLContentType

Packages that use XMLContentType
org.eclipse.datatools.modelbase.sql.xml.query   
 

Uses of XMLContentType in org.eclipse.datatools.modelbase.sql.xml.query
 

Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLContentType
static XMLContentType XMLContentType.CONTENT_LITERAL
          The 'CONTENT' literal object.
static XMLContentType XMLContentType.DOCUMENT_LITERAL
          The 'DOCUMENT' literal object.
static XMLContentType XMLContentType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLContentType
static XMLContentType XMLContentType.get(int value)
          Returns the 'XML Content Type' literal with the specified integer value.
static XMLContentType XMLContentType.get(java.lang.String literal)
          Returns the 'XML Content Type' literal with the specified literal value.
static XMLContentType XMLContentType.getByName(java.lang.String name)
          Returns the 'XML Content Type' literal with the specified name.
 XMLContentType XMLValueFunctionParse.getContentOption()
          Returns the value of the 'Content Option' attribute.
 XMLContentType XMLSerializeFunction.getContentOption()
          Returns the value of the 'Content Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLContentType
 void XMLValueFunctionParse.setContentOption(XMLContentType value)
          Sets the value of the 'Content Option' attribute.
 void XMLSerializeFunction.setContentOption(XMLContentType value)
          Sets the value of the 'Content Option' attribute.