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

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

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
 XMLContentType XMLValueFunctionParse.getContentOption()
          Returns the value of the 'Content Option' attribute.
 XMLContentType XMLSerializeFunction.getContentOption()
          Returns the value of the 'Content Option' attribute.
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.
static XMLContentType XMLContentType.get(int value)
          Returns the 'XML Content Type' literal with the specified integer value.
 

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.
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLContentType
 XMLContentType XMLValueFunctionParseImpl.getContentOption()
           
 XMLContentType XMLSerializeFunctionImpl.getContentOption()
           
 XMLContentType SQLXMLQueryModelFactoryImpl.createXMLContentTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

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



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.