|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLPassingType | |
---|---|
org.eclipse.datatools.modelbase.sql.xml.query |
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 |
XMLValueExpressionCast.getPassingMechanism()
Returns the value of the 'Passing Mechanism' attribute. |
XMLPassingType |
XMLQueryArgumentItem.getPassingMechanism()
Returns the value of the 'Passing Mechanism' attribute. |
XMLPassingType |
XMLQueryArgumentList.getPassingMechanism()
Returns the value of the 'Passing Mechanism' attribute. |
XMLPassingType |
XMLTableColumnDefinitionRegular.getPassingOption()
Returns the value of the 'Passing Option' attribute. |
XMLPassingType |
XMLValueFunctionQueryReturning.getPassingOption()
Returns the value of the 'Passing Option' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLPassingType | |
---|---|
void |
XMLValueExpressionCast.setPassingMechanism(XMLPassingType value)
Sets the value of the ' Passing Mechanism ' attribute. |
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 |
XMLTableColumnDefinitionRegular.setPassingOption(XMLPassingType value)
Sets the value of the ' Passing Option ' attribute. |
void |
XMLValueFunctionQueryReturning.setPassingOption(XMLPassingType value)
Sets the value of the ' Passing Option ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |