Class BPMN2Profile.DefinitionsStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DefinitionsStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.DefinitionsStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addImports
(Element element, Element value) void
addRelationships
(Element element, Element value) protected void
clear()
void
clearExporter
(Element element) void
clearExporterVersion
(Element element) void
clearExpressionLanguage
(Element element) void
void
clearImports
(Element element) void
clearRelationships
(Element element) void
clearTargetNamespace
(Element element) void
clearTypeLanguage
(Element element) getExporter
(Element element) getExporterVersion
(Element element) getExpressionLanguage
(Element element) getImports
(Element element) getRelationships
(Element element) Returns stereotype for this wrapper.getTargetNamespace
(Element element) getTypeLanguage
(Element element) boolean
static boolean
isInstance
(Element element) void
removeImports
(Element element, Element value) void
removeRelationships
(Element element, Element value) void
setExporter
(Element element, String value) void
setExporterVersion
(Element element, String value) void
setExpressionLanguage
(Element element, String value) void
void
setImports
(Element element, Collection<? extends Element> value) void
setRelationships
(Element element, Collection<? extends Element> value) void
setTargetNamespace
(Element element, String value) void
setTypeLanguage
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
EXPORTER
- See Also:
-
EXPORTERVERSION
- See Also:
-
EXPRESSIONLANGUAGE
- See Also:
-
IMPORTS
- See Also:
-
RELATIONSHIPS
- See Also:
-
TARGETNAMESPACE
- See Also:
-
TYPELANGUAGE
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
DefinitionsStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getExporterProperty
-
getExporterVersionProperty
-
getExpressionLanguageProperty
-
getImportsProperty
-
getRelationshipsProperty
-
getTargetNamespaceProperty
-
getTypeLanguageProperty
-
getIdProperty
-
setExporter
-
clearExporter
-
getExporter
-
setExporterVersion
-
clearExporterVersion
-
getExporterVersion
-
setExpressionLanguage
-
clearExpressionLanguage
-
getExpressionLanguage
-
setImports
-
clearImports
-
addImports
-
removeImports
-
getImports
-
setRelationships
-
clearRelationships
-
addRelationships
-
removeRelationships
-
getRelationships
-
setTargetNamespace
-
clearTargetNamespace
-
getTargetNamespace
-
setTypeLanguage
-
clearTypeLanguage
-
getTypeLanguage
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-