Class BPMN2Profile.ItemDefinitionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ItemDefinitionStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ItemDefinitionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.static final String
Identifies the location of the data structure and its format.static final String
Setting this flag to true indicates that the actual data type is a collection.static final String
This defines the nature of the Item.static final String
static final String
The concrete data structure to be used. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearImport
(Element element) void
clearIsCollection
(Element element) void
clearItemKind
(Element element) void
clearStructureRef
(Element element) getItemKind
(Element element) Returns stereotype for this wrapper.getStructureRef
(Element element) boolean
static boolean
isInstance
(Element element) isIsCollection
(Element element) void
void
void
setIsCollection
(Element element, Boolean value) void
setItemKind
(Element element, BPMN2Profile.ItemKindEnum value) void
setStructureRef
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
IMPORT
Identifies the location of the data structure and its format. If the importType attribute is left unspecified, the typeLanguage specified in the Definitions that contains this ItemDefinition is assumed.- See Also:
-
ISCOLLECTION
Setting this flag to true indicates that the actual data type is a collection.- See Also:
-
ITEMKIND
This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.- See Also:
-
STRUCTUREREF
The concrete data structure to be used.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
ItemDefinitionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getImportProperty
-
getIsCollectionProperty
-
getItemKindProperty
-
getStructureRefProperty
-
getIdProperty
-
setImport
-
clearImport
-
getImport
-
setIsCollection
-
clearIsCollection
-
isIsCollection
-
setItemKind
-
clearItemKind
-
getItemKind
-
setStructureRef
-
clearStructureRef
-
getStructureRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-