Class BPMN2Profile.DataObjectStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DataObjectStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.DataObjectStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearIsCollection
(Element element) getIsCollection
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
void
setIsCollection
(Element element, BPMN2Profile.isCollectionEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ISCOLLECTION
Defines if the Data Object represents a collection of elements. It is needed when no itemDefinition is referenced. If an itemDefinition is referenced, then this attribute MUST have the same value as the isCollection attribute of the referenced itemDefinition. The default value for this attribute is false.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
DataObjectStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIsCollectionProperty
-
getIdProperty
-
setIsCollection
-
clearIsCollection
-
getIsCollection
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-