|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLEmptyHandlingType | |
---|---|
org.eclipse.datatools.modelbase.sql.xml.query |
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.NONE_LITERAL
The 'NONE' literal object. |
static XMLEmptyHandlingType |
XMLEmptyHandlingType.NULL_ON_EMPTY_LITERAL
The 'NULL ON EMPTY' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLEmptyHandlingType | |
---|---|
static XMLEmptyHandlingType |
XMLEmptyHandlingType.get(int value)
Returns the 'XML Empty Handling Type' literal with the specified integer value. |
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. |
XMLEmptyHandlingType |
XMLValueFunctionQuery.getEmptyHandlingOption()
Returns the value of the 'Empty Handling Option' attribute. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |