Class BPMN2Profile.FormalExpressionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.FormalExpressionStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.FormalExpressionStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe body of the expression.static final StringThe type of object that this Expression returns when evaluated.static final StringThis attribute is used to uniquely identify BPMN elements.static final StringOverrides the expression language specified in the Definitions.static final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidvoidclearEvaluatesToTypeRef(Element element) voidvoidclearLanguage(Element element) getEvaluatesToTypeRef(Element element) getLanguage(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidvoidsetEvaluatesToTypeRef(Element element, Element value) voidvoidsetLanguage(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
BODY
The body of the expression.- See Also:
 
 - 
EVALUATESTOTYPEREF
The type of object that this Expression returns when evaluated. For example, conditional Expressions evaluate to a boolean.- See Also:
 
 - 
LANGUAGE
Overrides the expression language specified in the Definitions.- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 
 - 
 - 
Constructor Details
- 
FormalExpressionStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getBodyProperty
 - 
getEvaluatesToTypeRefProperty
 - 
getLanguageProperty
 - 
getIdProperty
 - 
setBody
 - 
clearBody
 - 
getBody
 - 
setEvaluatesToTypeRef
 - 
clearEvaluatesToTypeRef
 - 
getEvaluatesToTypeRef
 - 
setLanguage
 - 
clearLanguage
 - 
getLanguage
 - 
setId
 - 
clearId
 - 
getId
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -