public interface ServiceEffectSpecification
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
SeffPackage.getServiceEffectSpecification()| Modifier and Type | Method and Description |
|---|---|
BasicComponent |
getBasicComponent_ServiceEffectSpecification()
Returns the value of the 'Basic Component Service Effect Specification'
container reference.
|
Signature |
getDescribedService__SEFF()
Returns the value of the 'Described Service SEFF' reference.
|
String |
getSeffTypeID()
Returns the value of the 'Seff Type ID' attribute.
|
boolean |
ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole(DiagnosticChain diagnostics,
Map<Object,Object> context) |
void |
setBasicComponent_ServiceEffectSpecification(BasicComponent value)
Sets the value of the '
Basic Component Service Effect Specification' container reference. |
void |
setDescribedService__SEFF(Signature value)
Sets the value of the '
Described Service SEFF' reference. |
void |
setSeffTypeID(String value)
Sets the value of the '
Seff Type ID' attribute. |
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
String getSeffTypeID()
"1".
If the meaning of the 'Seff Type ID' attribute isn't clear, there really should be more of a description here...
setSeffTypeID(String),
SeffPackage.getServiceEffectSpecification_SeffTypeID()void setSeffTypeID(String value)
Seff Type ID' attribute. value - the new value of the 'Seff Type ID' attribute.getSeffTypeID()Signature getDescribedService__SEFF()
If the meaning of the 'Described Service SEFF' reference isn't clear, there really should be more of a description here...
setDescribedService__SEFF(Signature),
SeffPackage.getServiceEffectSpecification_DescribedService__SEFF()void setDescribedService__SEFF(Signature value)
Described Service SEFF' reference. value - the new value of the 'Described Service SEFF' reference.getDescribedService__SEFF()BasicComponent getBasicComponent_ServiceEffectSpecification()
Service Effect Specifications Basic Component'.
If the meaning of the 'Basic Component Service Effect Specification' container reference isn't clear, there really should be more of a description here...
setBasicComponent_ServiceEffectSpecification(BasicComponent),
SeffPackage.getServiceEffectSpecification_BasicComponent_ServiceEffectSpecification(),
BasicComponent.getServiceEffectSpecifications__BasicComponent()void setBasicComponent_ServiceEffectSpecification(BasicComponent value)
Basic Component Service Effect Specification' container reference. value - the new value of the 'Basic Component Service Effect Specification'
container reference.getBasicComponent_ServiceEffectSpecification()boolean ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole(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.