Class BPMN2Profile.TimerBoundaryEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.TimerBoundaryEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.TimerBoundaryEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final Stringstatic final StringIf the trigger is a Timer, then a timeCycle MAY be entered.static final StringIf the trigger is a Timer, then a timeDate MAY be entered.static final StringIf the trigger is a Timer, then a timeDuration MAY be entered. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) protected voidclear()voidclearAttachedToRef(Element element) voidclearCancelActivity(Element element) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidvoidclearOutputSet(Element element) voidclearTimeCycle(Element element) voidclearTimeDate(Element element) voidclearTimeDuration(Element element) getAttachedToRef(Element element) getCancelActivity(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getOutputSet(Element element) Returns stereotype for this wrapper.getTimeCycle(Element element) getTimeDate(Element element) getTimeDuration(Element element) booleanstatic booleanisInstance(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetAttachedToRef(Element element, Element value) voidsetCancelActivity(Element element, BPMN2Profile.cancelActivity_timerEnum value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidvoidsetOutputSet(Element element, Element value) voidsetTimeCycle(Element element, String value) voidsetTimeDate(Element element, String value) voidsetTimeDuration(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
CANCELACTIVITY
- See Also:
 
 - 
ATTACHEDTOREF
- See Also:
 
 - 
DATAOUTPUTASSOCIATION
- See Also:
 
 - 
DATAOUTPUTS
- See Also:
 
 - 
OUTPUTSET
- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 - 
TIMECYCLE
If the trigger is a Timer, then a timeCycle MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeCycle MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeCycle MUST conform to the ISO-8601 format for recurring time interval representations.- See Also:
 
 - 
TIMEDATE
If the trigger is a Timer, then a timeDate MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDate MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDate MUST conform to the ISO-8601 format for date and time representations.- See Also:
 
 - 
TIMEDURATION
If the trigger is a Timer, then a timeDuration MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDuration MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDuration MUST conform to the ISO-8601 format for time interval representations.- See Also:
 
 
 - 
 - 
Constructor Details
- 
TimerBoundaryEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getCancelActivityProperty
 - 
getAttachedToRefProperty
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
getTimeCycleProperty
 - 
getTimeDateProperty
 - 
getTimeDurationProperty
 - 
setCancelActivity
public void setCancelActivity(Element element, @CheckForNull BPMN2Profile.cancelActivity_timerEnum value)  - 
clearCancelActivity
 - 
getCancelActivity
 - 
setAttachedToRef
 - 
clearAttachedToRef
 - 
getAttachedToRef
 - 
setDataOutputAssociation
public void setDataOutputAssociation(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearDataOutputAssociation
 - 
addDataOutputAssociation
 - 
removeDataOutputAssociation
 - 
getDataOutputAssociation
 - 
setDataOutputs
 - 
clearDataOutputs
 - 
addDataOutputs
 - 
removeDataOutputs
 - 
getDataOutputs
 - 
setOutputSet
 - 
clearOutputSet
 - 
getOutputSet
 - 
setId
 - 
clearId
 - 
getId
 - 
setTimeCycle
 - 
clearTimeCycle
 - 
getTimeCycle
 - 
setTimeDate
 - 
clearTimeDate
 - 
getTimeDate
 - 
setTimeDuration
 - 
clearTimeDuration
 - 
getTimeDuration
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -