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

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

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

Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLPassingType
static XMLPassingType XMLPassingType.BY_REF_LITERAL
          The 'BY REF' literal object.
static XMLPassingType XMLPassingType.BY_VALUE_LITERAL
          The 'BY VALUE' literal object.
static XMLPassingType XMLPassingType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLPassingType
 XMLPassingType XMLValueFunctionQueryReturning.getPassingOption()
          Returns the value of the 'Passing Option' attribute.
 XMLPassingType XMLValueExpressionCast.getPassingMechanism()
          Returns the value of the 'Passing Mechanism' attribute.
 XMLPassingType XMLTableColumnDefinitionRegular.getPassingOption()
          Returns the value of the 'Passing Option' attribute.
 XMLPassingType XMLQueryArgumentList.getPassingMechanism()
          Returns the value of the 'Passing Mechanism' attribute.
 XMLPassingType XMLQueryArgumentItem.getPassingMechanism()
          Returns the value of the 'Passing Mechanism' attribute.
static XMLPassingType XMLPassingType.get(java.lang.String literal)
          Returns the 'XML Passing Type' literal with the specified literal value.
static XMLPassingType XMLPassingType.getByName(java.lang.String name)
          Returns the 'XML Passing Type' literal with the specified name.
static XMLPassingType XMLPassingType.get(int value)
          Returns the 'XML Passing Type' literal with the specified integer value.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLPassingType
 void XMLValueFunctionQueryReturning.setPassingOption(XMLPassingType value)
          Sets the value of the 'Passing Option' attribute.
 void XMLValueExpressionCast.setPassingMechanism(XMLPassingType value)
          Sets the value of the 'Passing Mechanism' attribute.
 void XMLTableColumnDefinitionRegular.setPassingOption(XMLPassingType value)
          Sets the value of the 'Passing Option' attribute.
 void XMLQueryArgumentList.setPassingMechanism(XMLPassingType value)
          Sets the value of the 'Passing Mechanism' attribute.
 void XMLQueryArgumentItem.setPassingMechanism(XMLPassingType value)
          Sets the value of the 'Passing Mechanism' attribute.
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLPassingType
 XMLPassingType XMLValueFunctionQueryReturningImpl.getPassingOption()
           
 XMLPassingType XMLValueExpressionCastImpl.getPassingMechanism()
           
 XMLPassingType XMLTableColumnDefinitionRegularImpl.getPassingOption()
           
 XMLPassingType XMLQueryArgumentListImpl.getPassingMechanism()
           
 XMLPassingType XMLQueryArgumentItemImpl.getPassingMechanism()
           
 XMLPassingType SQLXMLQueryModelFactoryImpl.createXMLPassingTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLPassingType
 void XMLValueFunctionQueryReturningImpl.setPassingOption(XMLPassingType newPassingOption)
           
 void XMLValueExpressionCastImpl.setPassingMechanism(XMLPassingType newPassingMechanism)
           
 void XMLTableColumnDefinitionRegularImpl.setPassingOption(XMLPassingType newPassingOption)
           
 void XMLQueryArgumentListImpl.setPassingMechanism(XMLPassingType newPassingMechanism)
           
 void XMLQueryArgumentItemImpl.setPassingMechanism(XMLPassingType newPassingMechanism)
           
 



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