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.StringEXPORTERstatic java.lang.StringEXPORTERVERSIONstatic java.lang.StringEXPRESSIONLANGUAGEstatic java.lang.StringIDThis attribute is used to uniquely identify BPMN elements.static java.lang.StringIMPORTSstatic java.lang.StringRELATIONSHIPSstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTARGETNAMESPACEstatic java.lang.StringTYPELANGUAGE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefinitionsStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddImports(Element element, Element value)voidaddRelationships(Element element, Element value)protected voidclear()voidclearExporter(Element element)voidclearExporterVersion(Element element)voidclearExpressionLanguage(Element element)voidclearId(Element element)voidclearImports(Element element)voidclearRelationships(Element element)voidclearTargetNamespace(Element element)voidclearTypeLanguage(Element element)java.lang.StringgetExporter(Element element)PropertygetExporterProperty()java.lang.StringgetExporterVersion(Element element)PropertygetExporterVersionProperty()java.lang.StringgetExpressionLanguage(Element element)PropertygetExpressionLanguageProperty()java.lang.StringgetId(Element element)PropertygetIdProperty()java.util.List<Element>getImports(Element element)PropertygetImportsProperty()java.util.List<Element>getRelationships(Element element)PropertygetRelationshipsProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetTargetNamespace(Element element)PropertygetTargetNamespaceProperty()java.lang.StringgetTypeLanguage(Element element)PropertygetTypeLanguageProperty()booleanis(Element element)static booleanisInstance(Element element)voidremoveImports(Element element, Element value)voidremoveRelationships(Element element, Element value)voidsetExporter(Element element, java.lang.String value)voidsetExporterVersion(Element element, java.lang.String value)voidsetExpressionLanguage(Element element, java.lang.String value)voidsetId(Element element, java.lang.String value)voidsetImports(Element element, java.util.Collection<? extends Element> value)voidsetRelationships(Element element, java.util.Collection<? extends Element> value)voidsetTargetNamespace(Element element, java.lang.String value)voidsetTypeLanguage(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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)
-
-