Class BPMN2Profile.CallableElementStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CallableElementStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.CallableElementStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSupportedInterfacesRefs
(Element element, Element value) protected void
clear()
void
void
clearIoSpecification
(Element element) void
clearSupportedInterfacesRefs
(Element element) getIoSpecification
(Element element) Returns stereotype for this wrapper.getSupportedInterfacesRefs
(Element element) boolean
static boolean
isInstance
(Element element) void
removeSupportedInterfacesRefs
(Element element, Element value) void
void
setIoSpecification
(Element element, Element value) void
setSupportedInterfacesRefs
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
IOSPECIFICATION
- See Also:
-
SUPPORTEDINTERFACESREFS
The Interfaces describing the external behavior provided by this element.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
CallableElementStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIoSpecificationProperty
-
getSupportedInterfacesRefsProperty
-
getIdProperty
-
setIoSpecification
-
clearIoSpecification
-
getIoSpecification
-
setSupportedInterfacesRefs
public void setSupportedInterfacesRefs(Element element, @CheckForNull Collection<? extends Element> value) -
clearSupportedInterfacesRefs
-
addSupportedInterfacesRefs
-
removeSupportedInterfacesRefs
-
getSupportedInterfacesRefs
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-