public interface BPBusinessProcessSpecification extends EObject
The following features are supported:
BPFieldOfActivityAnnotationsPackage.getBPBusinessProcessSpecification()| Modifier and Type | Method and Description |
|---|---|
BPFieldOfActivityAnnotationsRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<BPUserActionAnnotation<?>> |
getUserActionAnnotations()
Returns the value of the 'User Action Annotations' containment reference list.
|
void |
setParent(BPFieldOfActivityAnnotationsRepository value)
Sets the value of the '
Parent' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverBPFieldOfActivityAnnotationsRepository getParent()
Business Process Specification'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(BPFieldOfActivityAnnotationsRepository),
BPFieldOfActivityAnnotationsPackage.getBPBusinessProcessSpecification_Parent(),
BPFieldOfActivityAnnotationsRepository.getBusinessProcessSpecification()void setParent(BPFieldOfActivityAnnotationsRepository value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<BPUserActionAnnotation<?>> getUserActionAnnotations()
BPUserActionAnnotation<?>.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'User Action Annotations' containment reference list isn't clear, there really should be more of a description here...
BPFieldOfActivityAnnotationsPackage.getBPBusinessProcessSpecification_UserActionAnnotations(),
BPUserActionAnnotation.getParent()