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
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.static final String
This 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearImplementationRef
(Element element) getImplementationRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
void
setImplementationRef
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getImplementationRefProperty
-
getIdProperty
-
setImplementationRef
-
clearImplementationRef
-
getImplementationRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-