public interface OperationSignature extends Signature
The following features are supported:
RepositoryPackage.getOperationSignature()| Modifier and Type | Method and Description |
|---|---|
OperationInterface |
getInterface__OperationSignature()
Returns the value of the 'Interface Operation Signature' container reference.
|
EList<Parameter> |
getParameters__OperationSignature()
Returns the value of the 'Parameters Operation Signature' containment
reference list.
|
DataType |
getReturnType__OperationSignature()
Returns the value of the 'Return Type Operation Signature' reference.
|
boolean |
ParameterNamesHaveToBeUniqueForASignature(DiagnosticChain diagnostics,
Map<Object,Object> context) |
void |
setInterface__OperationSignature(OperationInterface value)
Sets the value of the
'
Interface Operation Signature' container reference. |
void |
setReturnType__OperationSignature(DataType value)
Sets the value of the
'
Return Type Operation Signature' reference. |
getExceptions__Signature, getFailureTypegetEntityName, setEntityNamecdoConflict, 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
OperationInterface getInterface__OperationSignature()
Signatures Operation Interface'. This property represents the interface that contains the method with this
signature. setInterface__OperationSignature(OperationInterface),
RepositoryPackage.getOperationSignature_Interface__OperationSignature(),
OperationInterface.getSignatures__OperationInterface()void setInterface__OperationSignature(OperationInterface value)
Interface Operation Signature' container reference. value - the new value of the 'Interface Operation Signature' container reference.getInterface__OperationSignature()EList<Parameter> getParameters__OperationSignature()
Parameter. It is bidirectional and its opposite
is 'Operation Signature Parameter'. This property represents the list of parameters of the corresponding
method. RepositoryPackage.getOperationSignature_Parameters__OperationSignature(),
Parameter.getOperationSignature__Parameter()DataType getReturnType__OperationSignature()
setReturnType__OperationSignature(DataType),
RepositoryPackage.getOperationSignature_ReturnType__OperationSignature()void setReturnType__OperationSignature(DataType value)
Return Type Operation Signature' reference. value - the new value of the 'Return Type Operation Signature' reference.getReturnType__OperationSignature()boolean ParameterNamesHaveToBeUniqueForASignature(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.