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

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

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.
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLContentType2
 XMLContentType2 SQLXMLQueryModelFactoryImpl.createXMLContentType2FromString(EDataType eDataType, java.lang.String initialValue)
           
 XMLContentType2 XMLValueFunctionValidateImpl.getContentOption()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLContentType2
 void XMLValueFunctionValidateImpl.setContentOption(XMLContentType2 newContentOption)
           
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.