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
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringIdentifies the location of the data structure and its format.static final StringSetting this flag to true indicates that the actual data type is a collection.static final StringThis defines the nature of the Item.static final Stringstatic final StringThe concrete data structure to be used. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidvoidclearImport(Element element) voidclearIsCollection(Element element) voidclearItemKind(Element element) voidclearStructureRef(Element element) getItemKind(Element element) Returns stereotype for this wrapper.getStructureRef(Element element) booleanstatic booleanisInstance(Element element) isIsCollection(Element element) voidvoidvoidsetIsCollection(Element element, Boolean value) voidsetItemKind(Element element, BPMN2Profile.ItemKindEnum value) voidsetStructureRef(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-