Class BPMN2Profile.PerformerStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.PerformerStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.PerformerStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.static final String
This defines the Expression used for the Resource assignment (see below).static final String
This defines the Parameter bindings used for the Resource assignment.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addResourceParameterBindings
(Element element, Element value) void
void
clearResourceAssignmentExpression
(Element element) void
clearResourceParameterBindings
(Element element) getResourceAssignmentExpression
(Element element) getResourceParameterBindings
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeResourceParameterBindings
(Element element, Element value) void
void
setResourceAssignmentExpression
(Element element, Element value) void
setResourceParameterBindings
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
RESOURCEASSIGNMENTEXPRESSION
This defines the Expression used for the Resource assignment (see below). Should not be specified when a resourceRef is provided.- See Also:
-
RESOURCEPARAMETERBINDINGS
This defines the Parameter bindings used for the Resource assignment. Is only applicable if a resourceRef is specified.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
PerformerStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getResourceAssignmentExpressionProperty
-
getResourceParameterBindingsProperty
-
getIdProperty
-
setResourceAssignmentExpression
-
clearResourceAssignmentExpression
-
getResourceAssignmentExpression
-
setResourceParameterBindings
public void setResourceParameterBindings(Element element, @CheckForNull Collection<? extends Element> value) -
clearResourceParameterBindings
-
addResourceParameterBindings
-
removeResourceParameterBindings
-
getResourceParameterBindings
-
setId
-
clearId
-
getId
-
is
-
isInstance
-