Interface Parameter
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParameterImpl
public interface Parameter
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Parameter'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetDflt()Returns the value of the 'Dflt' containment reference.getName()Returns the value of the 'Name' attribute.getType()Returns the value of the 'Type' containment reference.voidsetDflt(Expression value) Sets the value of the 'Dflt' containment reference.voidSets the value of the 'Name' attribute.voidSets the value of the 'Type' containment reference.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
Type getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getDflt
Expression getDflt()Returns the value of the 'Dflt' containment reference.- Returns:
- the value of the 'Dflt' containment reference.
- See Also:
-
setDflt
Sets the value of the 'Dflt' containment reference.- Parameters:
value- the new value of the 'Dflt' containment reference.- See Also:
-