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 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearExpression(Element element) voidclearParameterRef(Element element) getExpression(Element element) getParameterRef(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidsetExpression(Element element, String value) voidsetParameterRef(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getExpressionProperty
 - 
getParameterRefProperty
 - 
setExpression
 - 
clearExpression
 - 
getExpression
 - 
setParameterRef
 - 
clearParameterRef
 - 
getParameterRef
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -