public interface Parameter
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
RepositoryPackage.getParameter()| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType__Parameter()
Returns the value of the 'Data Type Parameter' reference.
|
EventType |
getEventType__Parameter()
Returns the value of the 'Event Type Parameter' container reference.
|
InfrastructureSignature |
getInfrastructureSignature__Parameter()
Returns the value of the 'Infrastructure Signature Parameter' container
reference.
|
ParameterModifier |
getModifier__Parameter()
Returns the value of the 'Modifier Parameter' attribute.
|
OperationSignature |
getOperationSignature__Parameter()
Returns the value of the 'Operation Signature Parameter' container reference.
|
String |
getParameterName()
Returns the value of the 'Parameter Name' attribute.
|
ResourceSignature |
getResourceSignature__Parameter()
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 |
setInfrastructureSignature__Parameter(InfrastructureSignature value)
Sets the value of the
'
Infrastructure Signature Parameter' container reference. |
void |
setModifier__Parameter(ParameterModifier value)
Sets the value of the
'
Modifier
Parameter' attribute. |
void |
setOperationSignature__Parameter(OperationSignature value)
Sets the value of the
'
Operation Signature Parameter' container reference. |
void |
setParameterName(String value)
Sets the value of the '
Parameter Name' attribute. |
void |
setResourceSignature__Parameter(ResourceSignature value)
Sets the value of the
'
Resource Signature Parameter' container reference. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
DataType getDataType__Parameter()
setDataType__Parameter(DataType),
RepositoryPackage.getParameter_DataType__Parameter()void setDataType__Parameter(DataType value)
Data Type
Parameter' reference. value - the new value of the 'Data Type Parameter' reference.getDataType__Parameter()InfrastructureSignature getInfrastructureSignature__Parameter()
Parameters Infrastructure Signature'.
If the meaning of the 'Infrastructure Signature Parameter' container reference isn't clear, there really should be more of a description here...
setInfrastructureSignature__Parameter(InfrastructureSignature),
RepositoryPackage.getParameter_InfrastructureSignature__Parameter(),
InfrastructureSignature.getParameters__InfrastructureSignature()void setInfrastructureSignature__Parameter(InfrastructureSignature value)
Infrastructure Signature Parameter' container reference.
value - the new value of the 'Infrastructure Signature Parameter' container
reference.getInfrastructureSignature__Parameter()OperationSignature getOperationSignature__Parameter()
Parameters Operation Signature'. This property navigates to the signature this parameter is a part of.
setOperationSignature__Parameter(OperationSignature),
RepositoryPackage.getParameter_OperationSignature__Parameter(),
OperationSignature.getParameters__OperationSignature()void setOperationSignature__Parameter(OperationSignature value)
Operation Signature Parameter' container reference. value - the new value of the 'Operation Signature Parameter' container reference.getOperationSignature__Parameter()EventType getEventType__Parameter()
Parameter
Event Type'.
If the meaning of the 'Event Type Parameter' container reference isn't clear, there really should be more of a description here...
setEventType__Parameter(EventType),
RepositoryPackage.getParameter_EventType__Parameter(),
EventType.getParameter__EventType()void setEventType__Parameter(EventType value)
Event Type
Parameter' container reference. value - the new value of the 'Event Type Parameter' container reference.getEventType__Parameter()String getParameterName()
setParameterName(String),
RepositoryPackage.getParameter_ParameterName()void setParameterName(String value)
Parameter Name' attribute. value - the new value of the 'Parameter Name' attribute.getParameterName()ParameterModifier getModifier__Parameter()
ParameterModifier. This property represents
the modifier of the parameter like known from C#. ParameterModifier,
setModifier__Parameter(ParameterModifier),
RepositoryPackage.getParameter_Modifier__Parameter()void setModifier__Parameter(ParameterModifier value)
Modifier
Parameter' attribute. value - the new value of the 'Modifier Parameter' attribute.ParameterModifier,
getModifier__Parameter()ResourceSignature getResourceSignature__Parameter()
Parameter Resource Signature'.
If the meaning of the 'Resource Signature Parameter' container reference isn't clear, there really should be more of a description here...
setResourceSignature__Parameter(ResourceSignature),
RepositoryPackage.getParameter_ResourceSignature__Parameter(),
ResourceSignature.getParameter__ResourceSignature()void setResourceSignature__Parameter(ResourceSignature value)
Resource Signature Parameter' container reference. value - the new value of the 'Resource Signature Parameter' container reference.getResourceSignature__Parameter()