Class BPMN2Profile.ResourceParameterBindingStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ResourceParameterBindingStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ResourceParameterBindingStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearExpression
(Element element) void
clearParameterRef
(Element element) getExpression
(Element element) getParameterRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setExpression
(Element element, String value) void
setParameterRef
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
EXPRESSION
The Expression that evaluates the value used to bind the ResourceParameter.- See Also:
-
PARAMETERREF
Reference to the parameter defined by the Resource.- See Also:
-
-
Constructor Details
-
ResourceParameterBindingStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getExpressionProperty
-
getParameterRefProperty
-
setExpression
-
clearExpression
-
getExpression
-
setParameterRef
-
clearParameterRef
-
getParameterRef
-
clear
protected void clear() -
is
-
isInstance
-