Interface TemplateParameter
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,Function,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TemplateParameterImpl
A representation of the model object 'Template Parameter'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the value of the 'Type' attribute.voidsetType(TemplateParameterType value) Sets the value of the 'Type' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
TemplateParameterType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationTemplateParameterType.- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
-