Class BPMN2Profile.BPMNInterfaceStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.BPMNInterfaceStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.BPMNInterfaceStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringThis attribute allows to reference a concrete artifact in the underlying implementation technology representing that interface, such as a WSDL porttype.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidvoidclearImplementationRef(Element element) getImplementationRef(Element element) Returns stereotype for this wrapper.booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidvoidsetImplementationRef(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
IMPLEMENTATIONREF
This attribute allows to reference a concrete artifact in the underlying implementation technology representing that interface, such as a WSDL porttype.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
BPMNInterfaceStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getImplementationRefProperty
-
getIdProperty
-
setImplementationRef
-
clearImplementationRef
-
getImplementationRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-