Class BPMN2Profile.ImportStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ImportStereotype
- Enclosing class:
 - BPMN2Profile
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearDefinition(Element element) voidclearImportType(Element element) voidclearLocation(Element element) voidclearNamespace(Element element) getDefinition(Element element) getImportType(Element element) getLocation(Element element) getNamespace(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidsetDefinition(Element element, Element value) voidsetImportType(Element element, String value) voidsetLocation(Element element, String value) voidsetNamespace(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -