Interface TemplateVariableDefinitions
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Implementing Classes:
TemplateVariableDefinitionsImpl
public interface TemplateVariableDefinitions
extends tools.mdsd.modelingfoundations.identifier.Entity
A representation of the model object 'Template Variable Definitions'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Arguments' containment reference list.Returns the value of the 'Factors' containment reference list.Returns the value of the 'Relation' containment reference list.Returns the value of the 'Template Groups' containment reference list.Returns the value of the 'Variables' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.Identifier
getId, setId
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVariables
EList<TemplateVariable> getVariables()Returns the value of the 'Variables' containment reference list. The list contents are of typeTemplateVariable
.- Returns:
- the value of the 'Variables' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getFactors
EList<TemplateFactor> getFactors()Returns the value of the 'Factors' containment reference list. The list contents are of typeTemplateFactor
.- Returns:
- the value of the 'Factors' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getArguments
Returns the value of the 'Arguments' containment reference list. The list contents are of typeArgument
.- Returns:
- the value of the 'Arguments' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getRelation
Returns the value of the 'Relation' containment reference list. The list contents are of typeRelation
.- Returns:
- the value of the 'Relation' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getTemplateGroups
EList<TemplateVariableGroup> getTemplateGroups()Returns the value of the 'Template Groups' containment reference list. The list contents are of typeTemplateVariableGroup
.- Returns:
- the value of the 'Template Groups' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-