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
Modifier and TypeFieldDescriptionstatic final String
This attribute specifies errors that the Operation may return.static final String
This attribute is used to uniquely identify BPMN elements.static final String
This attribute allows to reference a concrete artifact in the underlying implementation technology representing that operation, such as a WSDL operation.static final String
This attribute specifies the input Message of the Operation.static final String
This attribute specifies the output Message of the Operation.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addErrorRef
(Element element, Element value) protected void
clear()
void
clearErrorRef
(Element element) void
void
clearImplementationRef
(Element element) void
clearInMessageRef
(Element element) void
clearOutMessageRef
(Element element) getErrorRef
(Element element) getImplementationRef
(Element element) getInMessageRef
(Element element) getOutMessageRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeErrorRef
(Element element, Element value) void
setErrorRef
(Element element, Collection<? extends Element> value) void
void
setImplementationRef
(Element element, Element value) void
setInMessageRef
(Element element, Element value) void
setOutMessageRef
(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-