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
FieldsModifier and TypeFieldDescriptionstatic final StringDefines the capacity of the Data Store.static final StringThis attribute is used to uniquely identify BPMN elements.static final StringIf 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearCapacity(Element element) voidvoidclearIsUnlimited(Element element) getCapacity(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isIsUnlimited(Element element) voidsetCapacity(Element element, Integer value) voidvoidsetIsUnlimited(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getCapacityProperty
-
getIsUnlimitedProperty
-
getIdProperty
-
setCapacity
-
clearCapacity
-
getCapacity
-
setIsUnlimited
-
clearIsUnlimited
-
isIsUnlimited
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-