Class BPMN2Profile.OutputSetStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.OutputSetStereotype
-
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.OutputSetStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATAOUTPUTREFSstatic java.lang.StringIDThis attribute is used to uniquely identify BPMN elements.static java.lang.StringINPUTSETREFSstatic java.lang.StringOPTIONALOUTPUTstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringWHILEEXECUTINGOUTPUT
-
Constructor Summary
Constructors Modifier Constructor Description protectedOutputSetStereotype(BPMN2Profile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
DATAOUTPUTREFS
public static final java.lang.String DATAOUTPUTREFS
- See Also:
- Constant Field Values
-
INPUTSETREFS
public static final java.lang.String INPUTSETREFS
- See Also:
- Constant Field Values
-
OPTIONALOUTPUT
public static final java.lang.String OPTIONALOUTPUT
- See Also:
- Constant Field Values
-
WHILEEXECUTINGOUTPUT
public static final java.lang.String WHILEEXECUTINGOUTPUT
- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
This attribute is used to uniquely identify BPMN elements.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OutputSetStereotype
protected OutputSetStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getDataOutputRefsProperty
@CheckForNull public Property getDataOutputRefsProperty()
-
getInputSetRefsProperty
@CheckForNull public Property getInputSetRefsProperty()
-
getOptionalOutputProperty
@CheckForNull public Property getOptionalOutputProperty()
-
getWhileExecutingOutputProperty
@CheckForNull public Property getWhileExecutingOutputProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
setDataOutputRefs
public void setDataOutputRefs(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearDataOutputRefs
public void clearDataOutputRefs(Element element)
-
setInputSetRefs
public void setInputSetRefs(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearInputSetRefs
public void clearInputSetRefs(Element element)
-
setOptionalOutput
public void setOptionalOutput(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearOptionalOutput
public void clearOptionalOutput(Element element)
-
setWhileExecutingOutput
public void setWhileExecutingOutput(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearWhileExecutingOutput
public void clearWhileExecutingOutput(Element element)
-
setId
public void setId(Element element, @CheckForNull java.lang.String value)
-
clearId
public void clearId(Element element)
-
getId
@CheckForNull public java.lang.String getId(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-