|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QName
A representation of the model object 'QName'.
The following features are supported:
CommonPackage.getQName()
Method Summary | |
---|---|
java.lang.String |
getCombinedQName()
Returns the value of the 'Combined QName' attribute |
java.lang.String |
getInternalPrefixOrNsURI()
Returns the value of the 'Internal Prefix Or Ns URI' attribute |
java.lang.String |
getLocalPart()
Returns the value of the 'Local Part' attribute |
java.lang.String |
getNamespaceURI()
Returns the value of the 'Namespace URI' attribute |
void |
setCombinedQName(java.lang.String value)
Sets the value of the ' Combined QName ' attribute |
void |
setInternalPrefixOrNsURI(java.lang.String value)
Sets the value of the ' Internal Prefix Or Ns URI ' attribute |
void |
setLocalPart(java.lang.String value)
Sets the value of the ' Local Part ' attribute |
void |
setNamespaceURI(java.lang.String value)
Sets the value of the ' Namespace URI ' attribute |
void |
setValues(java.lang.String prefix,
java.lang.String nsURI,
java.lang.String localPart)
Sets all the values for this qName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getNamespaceURI()
If the meaning of the 'Namespace URI' attribute isn't clear, there really should be more of a description here...
setNamespaceURI(String)
,
CommonPackage.getQName_NamespaceURI()
void setNamespaceURI(java.lang.String value)
Namespace URI
' attribute.
value
- the new value of the 'Namespace URI' attribute.getNamespaceURI()
java.lang.String getLocalPart()
If the meaning of the 'Local Part' attribute isn't clear, there really should be more of a description here...
setLocalPart(String)
,
CommonPackage.getQName_LocalPart()
void setLocalPart(java.lang.String value)
Local Part
' attribute.
value
- the new value of the 'Local Part' attribute.getLocalPart()
java.lang.String getCombinedQName()
If the meaning of the 'Combined QName' attribute isn't clear, there really should be more of a description here...
setCombinedQName(String)
,
CommonPackage.getQName_CombinedQName()
void setCombinedQName(java.lang.String value)
Combined QName
' attribute.
value
- the new value of the 'Combined QName' attribute.getCombinedQName()
java.lang.String getInternalPrefixOrNsURI()
Internal field used by implementation classes. Clients should use
getNamespaceURI()
.
setInternalPrefixOrNsURI(String)
,
CommonPackage.getQName_InternalPrefixOrNsURI()
void setInternalPrefixOrNsURI(java.lang.String value)
Internal Prefix Or Ns URI
' attribute.
Internal field used by implementation classes. Clients should use
setValues(String, String, String)
.
value
- the new value of the 'Internal Prefix Or Ns URI' attribute.getInternalPrefixOrNsURI()
void setValues(java.lang.String prefix, java.lang.String nsURI, java.lang.String localPart)
prefix
- - The namespace prefixnsURI
- - The namespace URIlocalPart
- - The local part
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |