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
Fields Modifier and Type Field Description static java.lang.String
ID
This attribute is used to uniquely identify BPMN elements.static java.lang.String
IMPORT
Identifies the location of the data structure and its format.static java.lang.String
ISCOLLECTION
Setting this flag to true indicates that the actual data type is a collection.static java.lang.String
ITEMKIND
This defines the nature of the Item.static java.lang.String
STEREOTYPE_NAME
static java.lang.String
STRUCTUREREF
The concrete data structure to be used.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ItemDefinitionStereotype(BPMN2Profile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
IMPORT
public static final java.lang.String 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:
- Constant Field Values
-
ISCOLLECTION
public static final java.lang.String ISCOLLECTION
Setting this flag to true indicates that the actual data type is a collection.- See Also:
- Constant Field Values
-
ITEMKIND
public static final java.lang.String ITEMKIND
This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.- See Also:
- Constant Field Values
-
STRUCTUREREF
public static final java.lang.String STRUCTUREREF
The concrete data structure to be used.- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
This attribute is used to uniquely identify BPMN elements.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ItemDefinitionStereotype
protected ItemDefinitionStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getImportProperty
@CheckForNull public Property getImportProperty()
-
getIsCollectionProperty
@CheckForNull public Property getIsCollectionProperty()
-
getItemKindProperty
@CheckForNull public Property getItemKindProperty()
-
getStructureRefProperty
@CheckForNull public Property getStructureRefProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
clearImport
public void clearImport(Element element)
-
setIsCollection
public void setIsCollection(Element element, @CheckForNull java.lang.Boolean value)
-
clearIsCollection
public void clearIsCollection(Element element)
-
isIsCollection
@CheckForNull public java.lang.Boolean isIsCollection(Element element)
-
setItemKind
public void setItemKind(Element element, @CheckForNull BPMN2Profile.ItemKindEnum value)
-
clearItemKind
public void clearItemKind(Element element)
-
getItemKind
@CheckForNull public BPMN2Profile.ItemKindEnum getItemKind(Element element)
-
clearStructureRef
public void clearStructureRef(Element element)
-
setId
public void setId(Element element, @CheckForNull java.lang.String value)
-
clearId
public void clearId(Element element)
-
getId
@CheckForNull public java.lang.String getId(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-