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 SummaryModifier 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getTypeTemplateParameterType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationTemplateParameterType.- Returns:
- the value of the 'Type' attribute.
- See Also:
 
- 
setTypeSets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
 
 
-