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
Fields Modifier and Type Field Description static java.lang.String
EXPORTER
static java.lang.String
EXPORTERVERSION
static java.lang.String
EXPRESSIONLANGUAGE
static java.lang.String
ID
This attribute is used to uniquely identify BPMN elements.static java.lang.String
IMPORTS
static java.lang.String
RELATIONSHIPS
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
TARGETNAMESPACE
static java.lang.String
TYPELANGUAGE
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefinitionsStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
clearId(Element element)
void
clearImports(Element element)
void
clearRelationships(Element element)
void
clearTargetNamespace(Element element)
void
clearTypeLanguage(Element element)
java.lang.String
getExporter(Element element)
Property
getExporterProperty()
java.lang.String
getExporterVersion(Element element)
Property
getExporterVersionProperty()
java.lang.String
getExpressionLanguage(Element element)
Property
getExpressionLanguageProperty()
java.lang.String
getId(Element element)
Property
getIdProperty()
java.util.List<Element>
getImports(Element element)
Property
getImportsProperty()
java.util.List<Element>
getRelationships(Element element)
Property
getRelationshipsProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.java.lang.String
getTargetNamespace(Element element)
Property
getTargetNamespaceProperty()
java.lang.String
getTypeLanguage(Element element)
Property
getTypeLanguageProperty()
boolean
is(Element element)
static boolean
isInstance(Element element)
void
removeImports(Element element, Element value)
void
removeRelationships(Element element, Element value)
void
setExporter(Element element, java.lang.String value)
void
setExporterVersion(Element element, java.lang.String value)
void
setExpressionLanguage(Element element, java.lang.String value)
void
setId(Element element, java.lang.String value)
void
setImports(Element element, java.util.Collection<? extends Element> value)
void
setRelationships(Element element, java.util.Collection<? extends Element> value)
void
setTargetNamespace(Element element, java.lang.String value)
void
setTypeLanguage(Element element, java.lang.String value)
-
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
-
EXPORTER
public static final java.lang.String EXPORTER
- See Also:
- Constant Field Values
-
EXPORTERVERSION
public static final java.lang.String EXPORTERVERSION
- See Also:
- Constant Field Values
-
EXPRESSIONLANGUAGE
public static final java.lang.String EXPRESSIONLANGUAGE
- See Also:
- Constant Field Values
-
IMPORTS
public static final java.lang.String IMPORTS
- See Also:
- Constant Field Values
-
RELATIONSHIPS
public static final java.lang.String RELATIONSHIPS
- See Also:
- Constant Field Values
-
TARGETNAMESPACE
public static final java.lang.String TARGETNAMESPACE
- See Also:
- Constant Field Values
-
TYPELANGUAGE
public static final java.lang.String TYPELANGUAGE
- 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
-
DefinitionsStereotype
protected DefinitionsStereotype(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
-
getExporterProperty
@CheckForNull public Property getExporterProperty()
-
getExporterVersionProperty
@CheckForNull public Property getExporterVersionProperty()
-
getExpressionLanguageProperty
@CheckForNull public Property getExpressionLanguageProperty()
-
getImportsProperty
@CheckForNull public Property getImportsProperty()
-
getRelationshipsProperty
@CheckForNull public Property getRelationshipsProperty()
-
getTargetNamespaceProperty
@CheckForNull public Property getTargetNamespaceProperty()
-
getTypeLanguageProperty
@CheckForNull public Property getTypeLanguageProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
setExporter
public void setExporter(Element element, @CheckForNull java.lang.String value)
-
clearExporter
public void clearExporter(Element element)
-
getExporter
@CheckForNull public java.lang.String getExporter(Element element)
-
setExporterVersion
public void setExporterVersion(Element element, @CheckForNull java.lang.String value)
-
clearExporterVersion
public void clearExporterVersion(Element element)
-
getExporterVersion
@CheckForNull public java.lang.String getExporterVersion(Element element)
-
setExpressionLanguage
public void setExpressionLanguage(Element element, @CheckForNull java.lang.String value)
-
clearExpressionLanguage
public void clearExpressionLanguage(Element element)
-
getExpressionLanguage
@CheckForNull public java.lang.String getExpressionLanguage(Element element)
-
setImports
public void setImports(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearImports
public void clearImports(Element element)
-
setRelationships
public void setRelationships(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearRelationships
public void clearRelationships(Element element)
-
setTargetNamespace
public void setTargetNamespace(Element element, @CheckForNull java.lang.String value)
-
clearTargetNamespace
public void clearTargetNamespace(Element element)
-
getTargetNamespace
@CheckForNull public java.lang.String getTargetNamespace(Element element)
-
setTypeLanguage
public void setTypeLanguage(Element element, @CheckForNull java.lang.String value)
-
clearTypeLanguage
public void clearTypeLanguage(Element element)
-
getTypeLanguage
@CheckForNull public java.lang.String getTypeLanguage(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)
-
-