public interface PatternRole
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PatternsProfilePackage.getPatternRole()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppliedPattern()
Returns the value of the 'Applied Pattern' attribute.
|
org.eclipse.uml2.uml.NamedElement |
getBase_NamedElement()
Returns the value of the 'Base Named Element' reference.
|
java.lang.String |
getMappedRole()
Returns the value of the 'Mapped Role' attribute.
|
void |
setAppliedPattern(java.lang.String value)
Sets the value of the '
Applied Pattern ' attribute. |
void |
setBase_NamedElement(org.eclipse.uml2.uml.NamedElement value)
Sets the value of the '
Base Named Element ' reference. |
void |
setMappedRole(java.lang.String value)
Sets the value of the '
Mapped Role ' attribute. |
org.eclipse.uml2.uml.NamedElement getBase_NamedElement()
If the meaning of the 'Base Named Element' reference isn't clear, there really should be more of a description here...
setBase_NamedElement(NamedElement)
,
PatternsProfilePackage.getPatternRole_Base_NamedElement()
void setBase_NamedElement(org.eclipse.uml2.uml.NamedElement value)
Base Named Element
' reference.
value
- the new value of the 'Base Named Element' reference.getBase_NamedElement()
java.lang.String getAppliedPattern()
If the meaning of the 'Applied Pattern' attribute isn't clear, there really should be more of a description here...
setAppliedPattern(String)
,
PatternsProfilePackage.getPatternRole_AppliedPattern()
void setAppliedPattern(java.lang.String value)
Applied Pattern
' attribute.
value
- the new value of the 'Applied Pattern' attribute.getAppliedPattern()
java.lang.String getMappedRole()
If the meaning of the 'Mapped Role' attribute isn't clear, there really should be more of a description here...
setMappedRole(String)
,
PatternsProfilePackage.getPatternRole_MappedRole()
void setMappedRole(java.lang.String value)
Mapped Role
' attribute.
value
- the new value of the 'Mapped Role' attribute.getMappedRole()