public interface QualifiedName
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VSLPackage.getQualifiedName()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Element |
getContextElement() |
org.eclipse.uml2.uml.Type |
getExpectedType() |
org.eclipse.emf.ecore.EObject |
getFilteredParentRule(org.eclipse.emf.ecore.EClass filter) |
org.eclipse.uml2.uml.Namespace |
getPath()
Returns the value of the 'Path' reference.
|
QualifiedName |
getRemaining()
Returns the value of the 'Remaining' containment reference.
|
void |
setPath(org.eclipse.uml2.uml.Namespace value)
Sets the value of the '
Path ' reference. |
void |
setRemaining(QualifiedName value)
Sets the value of the '
Remaining ' containment reference. |
org.eclipse.uml2.uml.Namespace getPath()
If the meaning of the 'Path' reference isn't clear, there really should be more of a description here...
setPath(Namespace)
,
VSLPackage.getQualifiedName_Path()
void setPath(org.eclipse.uml2.uml.Namespace value)
Path
' reference.
value
- the new value of the 'Path' reference.getPath()
QualifiedName getRemaining()
If the meaning of the 'Remaining' containment reference isn't clear, there really should be more of a description here...
setRemaining(QualifiedName)
,
VSLPackage.getQualifiedName_Remaining()
void setRemaining(QualifiedName value)
Remaining
' containment reference.
value
- the new value of the 'Remaining' containment reference.getRemaining()
org.eclipse.emf.ecore.EObject getFilteredParentRule(org.eclipse.emf.ecore.EClass filter)
org.eclipse.uml2.uml.Type getExpectedType()
org.eclipse.uml2.uml.Element getContextElement()
Copyright © 2016 Eclipse foundation. All rights reserved.