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

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

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

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

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

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