|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLNamespaceDeclarationItem
A representation of the model object 'XML Namespace Declaration Item'.
The following features are supported:
SQLXMLQueryModelPackage.getXMLNamespaceDeclarationItem()
Method Summary | |
---|---|
XMLNamespacesDeclaration |
getNamespacesDecl()
Returns the value of the 'Namespaces Decl' container reference. |
java.lang.String |
getUri()
Returns the value of the 'Uri' attribute. |
void |
setNamespacesDecl(XMLNamespacesDeclaration value)
Sets the value of the ' Namespaces Decl ' container reference. |
void |
setUri(java.lang.String value)
Sets the value of the ' Uri ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
---|
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
SQLXMLQueryModelPackage.getXMLNamespaceDeclarationItem_Uri()
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
XMLNamespacesDeclaration getNamespacesDecl()
Namespace Decltem List
'.
If the meaning of the 'Namespaces Decl' container reference isn't clear, there really should be more of a description here...
setNamespacesDecl(XMLNamespacesDeclaration)
,
SQLXMLQueryModelPackage.getXMLNamespaceDeclarationItem_NamespacesDecl()
,
XMLNamespacesDeclaration.getNamespaceDecltemList()
void setNamespacesDecl(XMLNamespacesDeclaration value)
Namespaces Decl
' container reference.
value
- the new value of the 'Namespaces Decl' container reference.getNamespacesDecl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |