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

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

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

Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLEmptyHandlingType
static XMLEmptyHandlingType XMLEmptyHandlingType.EMPTY_ON_EMPTY_LITERAL
          The 'EMPTY ON EMPTY' literal object.
static XMLEmptyHandlingType XMLEmptyHandlingType.NULL_ON_EMPTY_LITERAL
          The 'NULL ON EMPTY' literal object.
static XMLEmptyHandlingType XMLEmptyHandlingType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLEmptyHandlingType
 XMLEmptyHandlingType XMLValueFunctionQuery.getEmptyHandlingOption()
          Returns the value of the 'Empty Handling Option' attribute.
static XMLEmptyHandlingType XMLEmptyHandlingType.get(java.lang.String literal)
          Returns the 'XML Empty Handling Type' literal with the specified literal value.
static XMLEmptyHandlingType XMLEmptyHandlingType.getByName(java.lang.String name)
          Returns the 'XML Empty Handling Type' literal with the specified name.
static XMLEmptyHandlingType XMLEmptyHandlingType.get(int value)
          Returns the 'XML Empty Handling Type' literal with the specified integer value.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLEmptyHandlingType
 void XMLValueFunctionQuery.setEmptyHandlingOption(XMLEmptyHandlingType value)
          Sets the value of the 'Empty Handling Option' attribute.
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLEmptyHandlingType
 XMLEmptyHandlingType XMLValueFunctionQueryImpl.getEmptyHandlingOption()
           
 XMLEmptyHandlingType SQLXMLQueryModelFactoryImpl.createXMLEmptyHandlingTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLEmptyHandlingType
 void XMLValueFunctionQueryImpl.setEmptyHandlingOption(XMLEmptyHandlingType newEmptyHandlingOption)
           
 



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