|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLContentType | |
---|---|
org.eclipse.datatools.modelbase.sql.xml.query | |
org.eclipse.datatools.modelbase.sql.xml.query.impl |
Uses of XMLContentType in org.eclipse.datatools.modelbase.sql.xml.query |
---|
Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLContentType | |
---|---|
static XMLContentType |
XMLContentType.CONTENT_LITERAL
The 'CONTENT' literal object. |
static XMLContentType |
XMLContentType.DOCUMENT_LITERAL
The 'DOCUMENT' literal object. |
static XMLContentType |
XMLContentType.NONE_LITERAL
The 'NONE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLContentType | |
---|---|
static XMLContentType |
XMLContentType.get(int value)
Returns the 'XML Content Type' literal with the specified integer value. |
static XMLContentType |
XMLContentType.get(java.lang.String literal)
Returns the 'XML Content Type' literal with the specified literal value. |
static XMLContentType |
XMLContentType.getByName(java.lang.String name)
Returns the 'XML Content Type' literal with the specified name. |
XMLContentType |
XMLValueFunctionParse.getContentOption()
Returns the value of the 'Content Option' attribute. |
XMLContentType |
XMLSerializeFunction.getContentOption()
Returns the value of the 'Content Option' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLContentType | |
---|---|
void |
XMLValueFunctionParse.setContentOption(XMLContentType value)
Sets the value of the ' Content Option ' attribute. |
void |
XMLSerializeFunction.setContentOption(XMLContentType value)
Sets the value of the ' Content Option ' attribute. |
Uses of XMLContentType in org.eclipse.datatools.modelbase.sql.xml.query.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLContentType | |
---|---|
XMLContentType |
SQLXMLQueryModelFactoryImpl.createXMLContentTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
XMLContentType |
XMLValueFunctionParseImpl.getContentOption()
|
XMLContentType |
XMLSerializeFunctionImpl.getContentOption()
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLContentType | |
---|---|
void |
XMLValueFunctionParseImpl.setContentOption(XMLContentType newContentOption)
|
void |
XMLSerializeFunctionImpl.setContentOption(XMLContentType newContentOption)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |