|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLNullHandlingType | |
org.eclipse.datatools.modelbase.sql.xml.query | |
org.eclipse.datatools.modelbase.sql.xml.query.impl |
Uses of XMLNullHandlingType in org.eclipse.datatools.modelbase.sql.xml.query |
Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLNullHandlingType | |
static XMLNullHandlingType |
XMLNullHandlingType.ABSENT_ON_NULL_LITERAL
The 'ABSENT ON NULL' literal object. |
static XMLNullHandlingType |
XMLNullHandlingType.EMPTY_ON_NULL_LITERAL
The 'EMPTY ON NULL' literal object. |
static XMLNullHandlingType |
XMLNullHandlingType.NIL_ON_NO_CONTENT_LITERAL
The 'NIL ON NO CONTENT' literal object. |
static XMLNullHandlingType |
XMLNullHandlingType.NIL_ON_NULL_LITERAL
The 'NIL ON NULL' literal object. |
static XMLNullHandlingType |
XMLNullHandlingType.NULL_ON_NULL_LITERAL
The 'NULL ON NULL' literal object. |
static XMLNullHandlingType |
XMLNullHandlingType.NONE_LITERAL
The 'NONE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLNullHandlingType | |
XMLNullHandlingType |
XMLValueFunctionForest.getNullHandlingOption()
Returns the value of the 'Null Handling Option' attribute. |
XMLNullHandlingType |
XMLValueFunctionElementContentList.getNullHandlingOption()
Returns the value of the 'Null Handling Option' attribute. |
static XMLNullHandlingType |
XMLNullHandlingType.get(java.lang.String literal)
Returns the 'XML Null Handling Type' literal with the specified literal value. |
static XMLNullHandlingType |
XMLNullHandlingType.getByName(java.lang.String name)
Returns the 'XML Null Handling Type' literal with the specified name. |
static XMLNullHandlingType |
XMLNullHandlingType.get(int value)
Returns the 'XML Null Handling Type' literal with the specified integer value. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLNullHandlingType | |
void |
XMLValueFunctionForest.setNullHandlingOption(XMLNullHandlingType value)
Sets the value of the ' Null Handling Option ' attribute. |
void |
XMLValueFunctionElementContentList.setNullHandlingOption(XMLNullHandlingType value)
Sets the value of the ' Null Handling Option ' attribute. |
Uses of XMLNullHandlingType in org.eclipse.datatools.modelbase.sql.xml.query.impl |
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLNullHandlingType | |
XMLNullHandlingType |
XMLValueFunctionForestImpl.getNullHandlingOption()
|
XMLNullHandlingType |
XMLValueFunctionElementContentListImpl.getNullHandlingOption()
|
XMLNullHandlingType |
SQLXMLQueryModelFactoryImpl.createXMLNullHandlingTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLNullHandlingType | |
void |
XMLValueFunctionForestImpl.setNullHandlingOption(XMLNullHandlingType newNullHandlingOption)
|
void |
XMLValueFunctionElementContentListImpl.setNullHandlingOption(XMLNullHandlingType newNullHandlingOption)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |