Interface Parameter
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
ParameterImpl
A representation of the model object 'Parameter'.
This entity represents a parameter within a signature. The parameter has a name and it is of a data type.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Type Parameter' reference.Returns the value of the 'Event Type Parameter' container reference.Returns the value of the 'Infrastructure Signature Parameter' container reference.Returns the value of the 'Modifier Parameter' attribute.Returns the value of the 'Operation Signature Parameter' container reference.Returns the value of the 'Parameter Name' attribute.Returns the value of the 'Resource Signature Parameter' container reference.void
setDataType__Parameter
(DataType value) Sets the value of the 'Data Type Parameter
' reference.void
setEventType__Parameter
(EventType value) Sets the value of the 'Event Type Parameter
' container reference.void
Sets the value of the 'Infrastructure Signature Parameter
' container reference.void
Sets the value of the 'Modifier Parameter
' attribute.void
Sets the value of the 'Operation Signature Parameter
' container reference.void
setParameterName
(String value) Sets the value of the 'Parameter Name
' attribute.void
Sets the value of the 'Resource Signature Parameter
' container reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getDataType__Parameter
DataType getDataType__Parameter()Returns the value of the 'Data Type Parameter' reference. This property represents the data type of the parameter.- Returns:
- the value of the 'Data Type Parameter' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDataType__Parameter
Sets the value of the 'Data Type Parameter
' reference.- Parameters:
value
- the new value of the 'Data Type Parameter' reference.- See Also:
- Generated class or method.
-
getInfrastructureSignature__Parameter
InfrastructureSignature getInfrastructureSignature__Parameter()Returns the value of the 'Infrastructure Signature Parameter' container reference. It is bidirectional and its opposite is 'Parameters Infrastructure Signature
'.- Returns:
- the value of the 'Infrastructure Signature Parameter' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="parameters__InfrastructureSignature" transient="false" ordered="false"
-
setInfrastructureSignature__Parameter
Sets the value of the 'Infrastructure Signature Parameter
' container reference.- Parameters:
value
- the new value of the 'Infrastructure Signature Parameter' container reference.- See Also:
- Generated class or method.
-
getOperationSignature__Parameter
OperationSignature getOperationSignature__Parameter()Returns the value of the 'Operation Signature Parameter' container reference. It is bidirectional and its opposite is 'Parameters Operation Signature
'. This property navigates to the signature this parameter is a part of.- Returns:
- the value of the 'Operation Signature Parameter' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="parameters__OperationSignature" transient="false" ordered="false"
-
setOperationSignature__Parameter
Sets the value of the 'Operation Signature Parameter
' container reference.- Parameters:
value
- the new value of the 'Operation Signature Parameter' container reference.- See Also:
- Generated class or method.
-
getEventType__Parameter
EventType getEventType__Parameter()Returns the value of the 'Event Type Parameter' container reference. It is bidirectional and its opposite is 'Parameter Event Type
'.- Returns:
- the value of the 'Event Type Parameter' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="parameter__EventType" transient="false" ordered="false"
-
setEventType__Parameter
Sets the value of the 'Event Type Parameter
' container reference.- Parameters:
value
- the new value of the 'Event Type Parameter' container reference.- See Also:
- Generated class or method.
-
getParameterName
String getParameterName()Returns the value of the 'Parameter Name' attribute. This property holds the name of the parameter.- Returns:
- the value of the 'Parameter Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setParameterName
Sets the value of the 'Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Parameter Name' attribute.- See Also:
- Generated class or method.
-
getModifier__Parameter
ParameterModifier getModifier__Parameter()Returns the value of the 'Modifier Parameter' attribute. The literals are from the enumerationParameterModifier
. This property represents the modifier of the parameter like known from C#.- Returns:
- the value of the 'Modifier Parameter' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setModifier__Parameter
Sets the value of the 'Modifier Parameter
' attribute.- Parameters:
value
- the new value of the 'Modifier Parameter' attribute.- See Also:
- Generated class or method.
-
getResourceSignature__Parameter
ResourceSignature getResourceSignature__Parameter()Returns the value of the 'Resource Signature Parameter' container reference. It is bidirectional and its opposite is 'Parameter Resource Signature
'.- Returns:
- the value of the 'Resource Signature Parameter' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="parameter__ResourceSignature" transient="false" ordered="false"
-
setResourceSignature__Parameter
Sets the value of the 'Resource Signature Parameter
' container reference.- Parameters:
value
- the new value of the 'Resource Signature Parameter' container reference.- See Also:
- Generated class or method.
-