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
static XMLPassingType XMLPassingType.get(int value)
          Returns the 'XML Passing Type' literal with the specified integer value.
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.
 XMLPassingType XMLQueryArgumentItem.getPassingMechanism()
          Returns the value of the 'Passing Mechanism' attribute.
 XMLPassingType XMLQueryArgumentList.getPassingMechanism()
          Returns the value of the 'Passing Mechanism' attribute.
 XMLPassingType XMLValueExpressionCast.getPassingMechanism()
          Returns the value of the 'Passing Mechanism' attribute.
 XMLPassingType XMLValueFunctionQueryReturning.getPassingOption()
          Returns the value of the 'Passing Option' attribute.
 XMLPassingType XMLTableColumnDefinitionRegular.getPassingOption()
          Returns the value of the 'Passing Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLPassingType
 void XMLQueryArgumentItem.setPassingMechanism(XMLPassingType value)
          Sets the value of the 'Passing Mechanism' attribute.
 void XMLQueryArgumentList.setPassingMechanism(XMLPassingType value)
          Sets the value of the 'Passing Mechanism' attribute.
 void XMLValueExpressionCast.setPassingMechanism(XMLPassingType value)
          Sets the value of the 'Passing Mechanism' attribute.
 void XMLValueFunctionQueryReturning.setPassingOption(XMLPassingType value)
          Sets the value of the 'Passing Option' attribute.
 void XMLTableColumnDefinitionRegular.setPassingOption(XMLPassingType value)
          Sets the value of the 'Passing Option' 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 SQLXMLQueryModelFactoryImpl.createXMLPassingTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 XMLPassingType XMLQueryArgumentListImpl.getPassingMechanism()
           
 XMLPassingType XMLQueryArgumentItemImpl.getPassingMechanism()
           
 XMLPassingType XMLValueExpressionCastImpl.getPassingMechanism()
           
 XMLPassingType XMLTableColumnDefinitionRegularImpl.getPassingOption()
           
 XMLPassingType XMLValueFunctionQueryReturningImpl.getPassingOption()
           
 

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



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