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
Fields Modifier and Type Field Description static java.lang.StringEXPRESSIONThe Expression that evaluates the value used to bind the ResourceParameter.static java.lang.StringPARAMETERREFReference to the parameter defined by the Resource.static java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceParameterBindingStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearExpression(Element element)voidclearParameterRef(Element element)java.lang.StringgetExpression(Element element)PropertygetExpressionProperty()ElementgetParameterRef(Element element)PropertygetParameterRefProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static booleanisInstance(Element element)voidsetExpression(Element element, java.lang.String value)voidsetParameterRef(Element element, Element value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
EXPRESSION
public static final java.lang.String EXPRESSION
The Expression that evaluates the value used to bind the ResourceParameter.- See Also:
- Constant Field Values
-
PARAMETERREF
public static final java.lang.String PARAMETERREF
Reference to the parameter defined by the Resource.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourceParameterBindingStereotype
protected ResourceParameterBindingStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getExpressionProperty
@CheckForNull public Property getExpressionProperty()
-
getParameterRefProperty
@CheckForNull public Property getParameterRefProperty()
-
setExpression
public void setExpression(Element element, @CheckForNull java.lang.String value)
-
clearExpression
public void clearExpression(Element element)
-
getExpression
@CheckForNull public java.lang.String getExpression(Element element)
-
clearParameterRef
public void clearParameterRef(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-