Class BPMN2Profile.HumanPerformerStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.HumanPerformerStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.HumanPerformerStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringThis defines the Expression used for the Resource assignment (see below).static final StringThis defines the Parameter bindings used for the Resource assignment.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResourceParameterBindings(Element element, Element value) voidvoidclearResourceAssignmentExpression(Element element) voidclearResourceParameterBindings(Element element) getResourceAssignmentExpression(Element element) getResourceParameterBindings(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveResourceParameterBindings(Element element, Element value) voidvoidsetResourceAssignmentExpression(Element element, Element value) voidsetResourceParameterBindings(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
-
HumanPerformerStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-