Class BPMN2Profile.GlobalUserTaskStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.GlobalUserTaskStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.GlobalUserTaskStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringThis attribute specifies the technology that will be used to implement the User Task.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe Interfaces describing the external behavior provided by this element. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddRenderings(Element element, Element value) voidaddResources(Element element, Element value) voidaddSupportedInterfacesRefs(Element element, Element value) protected voidclear()voidvoidclearImplementation(Element element) voidclearIoSpecification(Element element) voidclearRenderings(Element element) voidclearResources(Element element) voidclearSupportedInterfacesRefs(Element element) getImplementation(Element element) getIoSpecification(Element element) getRenderings(Element element) getResources(Element element) Returns stereotype for this wrapper.getSupportedInterfacesRefs(Element element) booleanstatic booleanisInstance(Element element) voidremoveRenderings(Element element, Element value) voidremoveResources(Element element, Element value) voidremoveSupportedInterfacesRefs(Element element, Element value) voidvoidsetImplementation(Element element, BPMN2Profile.UserTaskImplementationEnum value) voidsetIoSpecification(Element element, Element value) voidsetRenderings(Element element, Collection<? extends Element> value) voidsetResources(Element element, Collection<? extends Element> value) voidsetSupportedInterfacesRefs(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:
 
 - 
IMPLEMENTATION
This attribute specifies the technology that will be used to implement the User Task.- See Also:
 
 - 
RENDERINGS
- See Also:
 
 - 
RESOURCES
- 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
- 
GlobalUserTaskStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getImplementationProperty
 - 
getRenderingsProperty
 - 
getResourcesProperty
 - 
getIoSpecificationProperty
 - 
getSupportedInterfacesRefsProperty
 - 
getIdProperty
 - 
setImplementation
public void setImplementation(Element element, @CheckForNull BPMN2Profile.UserTaskImplementationEnum value)  - 
clearImplementation
 - 
getImplementation
 - 
setRenderings
 - 
clearRenderings
 - 
addRenderings
 - 
removeRenderings
 - 
getRenderings
 - 
setResources
 - 
clearResources
 - 
addResources
 - 
removeResources
 - 
getResources
 - 
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
 
 -