Interface TemplateParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,Function
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TemplateParameterImpl
public interface TemplateParameter extends Function
A representation of the model object 'Template Parameter'.The following features are supported:
- See Also:
RtPackage.getTemplateParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateParameterType
getType()
Returns the value of the 'Type' attribute.void
setType(TemplateParameterType value)
Sets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
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:
TemplateParameterType
,setType(TemplateParameterType)
,RtPackage.getTemplateParameter_Type()
-
setType
void setType(TemplateParameterType value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
TemplateParameterType
,getType()
-
-