Class BPMN2Profile.BPMNOperationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.BPMNOperationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.BPMNOperationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute specifies errors that the Operation may return.static final StringThis attribute is used to uniquely identify BPMN elements.static final StringThis attribute allows to reference a concrete artifact in the underlying implementation technology representing that operation, such as a WSDL operation.static final StringThis attribute specifies the input Message of the Operation.static final StringThis attribute specifies the output Message of the Operation.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddErrorRef(Element element, Element value) protected voidclear()voidclearErrorRef(Element element) voidvoidclearImplementationRef(Element element) voidclearInMessageRef(Element element) voidclearOutMessageRef(Element element) getErrorRef(Element element) getImplementationRef(Element element) getInMessageRef(Element element) getOutMessageRef(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveErrorRef(Element element, Element value) voidsetErrorRef(Element element, Collection<? extends Element> value) voidvoidsetImplementationRef(Element element, Element value) voidsetInMessageRef(Element element, Element value) voidsetOutMessageRef(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ERRORREF
This attribute specifies errors that the Operation may return. An Operation may refer to zero or more Error elements.- See Also:
-
IMPLEMENTATIONREF
This attribute allows to reference a concrete artifact in the underlying implementation technology representing that operation, such as a WSDL operation.- See Also:
-
INMESSAGEREF
This attribute specifies the input Message of the Operation. An Operation has exactly one input Message.- See Also:
-
OUTMESSAGEREF
This attribute specifies the output Message of the Operation. An Operation has at most one input Message.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
BPMNOperationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getErrorRefProperty
-
getImplementationRefProperty
-
getInMessageRefProperty
-
getOutMessageRefProperty
-
getIdProperty
-
setErrorRef
-
clearErrorRef
-
addErrorRef
-
removeErrorRef
-
getErrorRef
-
setImplementationRef
-
clearImplementationRef
-
getImplementationRef
-
setInMessageRef
-
clearInMessageRef
-
getInMessageRef
-
setOutMessageRef
-
clearOutMessageRef
-
getOutMessageRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-