|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Template Parameter Substitution'. TemplateParameterSubstitution associates one or more actual parameters with a formal template parameter within the context of a TemplateBinding.
The following features are supported:
UML2Package.getTemplateParameterSubstitution()
Field Summary | |
static String |
copyright
|
Method Summary | |
ParameterableElement |
createOwnedActual(EClass eClass)
Creates a ParameterableElement and appends it to the 'Owned Actual' containment reference list |
EList |
getActuals()
Returns the value of the 'Actual' reference list. |
TemplateParameter |
getFormal()
Returns the value of the 'Formal' reference |
EList |
getOwnedActuals()
Returns the value of the 'Owned Actual' containment reference list. |
EList |
getOwnedElements()
|
Element |
getOwner()
|
TemplateBinding |
getTemplateBinding()
Returns the value of the 'Template Binding' container reference. |
void |
setFormal(TemplateParameter value)
Sets the value of the ' Formal ' reference |
void |
setTemplateBinding(TemplateBinding value)
Sets the value of the ' Template Binding ' container reference |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
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 |
Field Detail |
public static final String copyright
Method Detail |
public TemplateParameter getFormal()
If the meaning of the 'Formal' reference isn't clear, there really should be more of a description here...
The formal template parameter that is associated with this substitution.
setFormal(TemplateParameter)
,
UML2Package.getTemplateParameterSubstitution_Formal()
public void setFormal(TemplateParameter value)
Formal
' reference.
value
- the new value of the 'Formal' reference.getFormal()
public TemplateBinding getTemplateBinding()
Parameter Substitution
'.
If the meaning of the 'Template Binding' container reference isn't clear, there really should be more of a description here...
setTemplateBinding(TemplateBinding)
,
UML2Package.getTemplateParameterSubstitution_TemplateBinding()
,
TemplateBinding.getParameterSubstitutions()
public void setTemplateBinding(TemplateBinding value)
Template Binding
' container reference.
value
- the new value of the 'Template Binding' container reference.getTemplateBinding()
public EList getActuals()
ParameterableElement
.
If the meaning of the 'Actual' reference list isn't clear, there really should be more of a description here...
elements that are the actual parameters for this substitution.
UML2Package.getTemplateParameterSubstitution_Actual()
public EList getOwnedActuals()
ParameterableElement
.
If the meaning of the 'Owned Actual' containment reference list isn't clear, there really should be more of a description here...
The actual parameters that are owned by this substitution. Subsets Element:: ownedElement and actual.
UML2Package.getTemplateParameterSubstitution_OwnedActual()
public ParameterableElement createOwnedActual(EClass eClass)
ParameterableElement
and appends it to the 'Owned Actual' containment reference list.
eClass
- The Ecore class of the ParameterableElement
to create.
ParameterableElement
.getOwnedActuals()
public Element getOwner()
getOwner
in interface Element
UML2Package.getElement_Owner()
,
Element.getOwnedElements()
public EList getOwnedElements()
getOwnedElements
in interface Element
UML2Package.getElement_OwnedElement()
,
Element.getOwner()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |