Class BPMN2Profile.DataStoreStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DataStoreStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.DataStoreStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Defines the capacity of the Data Store.static final String
This attribute is used to uniquely identify BPMN elements.static final String
If isUnlimited is set to true, then the capacity of a Data Store is set as unlimited and will override any value of the capacity attribute.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearCapacity
(Element element) void
void
clearIsUnlimited
(Element element) getCapacity
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isIsUnlimited
(Element element) void
setCapacity
(Element element, Integer value) void
void
setIsUnlimited
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CAPACITY
Defines the capacity of the Data Store. This is not needed if the isUnlimited attribute is set to true.- See Also:
-
ISUNLIMITED
If isUnlimited is set to true, then the capacity of a Data Store is set as unlimited and will override any value of the capacity attribute.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
DataStoreStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getCapacityProperty
-
getIsUnlimitedProperty
-
getIdProperty
-
setCapacity
-
clearCapacity
-
getCapacity
-
setIsUnlimited
-
clearIsUnlimited
-
isIsUnlimited
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-