Interface Parameter
- All Superinterfaces:
DomainObjectTypedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
A representation of the model object 'Parameter'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
Returns the value of the 'Doc' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Parameter Type' containment reference.void
Sets the value of the 'Doc
' attribute.void
Sets the value of the 'Name
' attribute.void
setParameterType
(ComplexType value) Sets the value of the 'Parameter 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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDoc
String getDoc()Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
- Model:
- Generated:
-
setDoc
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
- Generated:
-
getParameterType
ComplexType getParameterType()Returns the value of the 'Parameter Type' containment reference.- Returns:
- the value of the 'Parameter Type' containment reference.
- See Also:
- Model:
- containment="true"
- Generated:
-
setParameterType
Sets the value of the 'Parameter Type
' containment reference.- Parameters:
value
- the new value of the 'Parameter Type' containment reference.- See Also:
- Generated:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Model:
- Generated:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated:
-