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
Modifier and TypeFieldDescriptionstatic final String
The body of the expression.static final String
The type of object that this Expression returns when evaluated.static final String
This attribute is used to uniquely identify BPMN elements.static final String
Overrides the expression language specified in the Definitions.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearEvaluatesToTypeRef
(Element element) void
void
clearLanguage
(Element element) getEvaluatesToTypeRef
(Element element) getLanguage
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
void
setEvaluatesToTypeRef
(Element element, Element value) void
void
setLanguage
(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-