Class BPMN2Profile.ImportStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ImportStereotype
- Enclosing class:
- BPMN2Profile
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearDefinition
(Element element) void
clearImportType
(Element element) void
clearLocation
(Element element) void
clearNamespace
(Element element) getDefinition
(Element element) getImportType
(Element element) getLocation
(Element element) getNamespace
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setDefinition
(Element element, Element value) void
setImportType
(Element element, String value) void
setLocation
(Element element, String value) void
setNamespace
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DEFINITION
- See Also:
-
IMPORTTYPE
Specifies the style of import associated with the element. For example, a value of http://www.w3.org/2001/XMLSchema indicates that the imported element is an XML schema. A value of http://www.omg.org/bpmn20 indicates that the imported element is a BPMN element.- See Also:
-
LOCATION
Identifies the location of the imported element.- See Also:
-
NAMESPACE
Identifies the namespace of the imported element.- See Also:
-
-
Constructor Details
-
ImportStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDefinitionProperty
-
getImportTypeProperty
-
getLocationProperty
-
getNamespaceProperty
-
setDefinition
-
clearDefinition
-
getDefinition
-
setImportType
-
clearImportType
-
getImportType
-
setLocation
-
clearLocation
-
getLocation
-
setNamespace
-
clearNamespace
-
getNamespace
-
clear
protected void clear() -
is
-
isInstance
-