|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLDeclarationType | |
org.eclipse.datatools.modelbase.sql.xml.query | |
org.eclipse.datatools.modelbase.sql.xml.query.impl |
Uses of XMLDeclarationType in org.eclipse.datatools.modelbase.sql.xml.query |
Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLDeclarationType | |
static XMLDeclarationType |
XMLDeclarationType.EXCLUDING_XMLDECLARATION_LITERAL
The 'EXCLUDING XMLDECLARATION' literal object. |
static XMLDeclarationType |
XMLDeclarationType.INCLUDING_XMLDECLARATION_LITERAL
The 'INCLUDING XMLDECLARATION' literal object. |
static XMLDeclarationType |
XMLDeclarationType.NONE_LITERAL
The 'NONE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLDeclarationType | |
XMLDeclarationType |
XMLSerializeFunction.getDeclarationOption()
Returns the value of the 'Declaration Option' attribute. |
static XMLDeclarationType |
XMLDeclarationType.get(java.lang.String literal)
Returns the 'XML Declaration Type' literal with the specified literal value. |
static XMLDeclarationType |
XMLDeclarationType.getByName(java.lang.String name)
Returns the 'XML Declaration Type' literal with the specified name. |
static XMLDeclarationType |
XMLDeclarationType.get(int value)
Returns the 'XML Declaration Type' literal with the specified integer value. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLDeclarationType | |
void |
XMLSerializeFunction.setDeclarationOption(XMLDeclarationType value)
Sets the value of the ' Declaration Option ' attribute. |
Uses of XMLDeclarationType in org.eclipse.datatools.modelbase.sql.xml.query.impl |
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLDeclarationType | |
XMLDeclarationType |
XMLSerializeFunctionImpl.getDeclarationOption()
|
XMLDeclarationType |
SQLXMLQueryModelFactoryImpl.createXMLDeclarationTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLDeclarationType | |
void |
XMLSerializeFunctionImpl.setDeclarationOption(XMLDeclarationType newDeclarationOption)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |