Class BPMN2Profile.TimerEventDefinitionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.TimerEventDefinitionStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.TimerEventDefinitionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.static final String
static final String
If the trigger is a Timer, then a timeCycle MAY be entered.static final String
If the trigger is a Timer, then a timeDate MAY be entered.static final String
If the trigger is a Timer, then a timeDuration MAY be entered. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearTimeCycle
(Element element) void
clearTimeDate
(Element element) void
clearTimeDuration
(Element element) Returns stereotype for this wrapper.getTimeCycle
(Element element) getTimeDate
(Element element) getTimeDuration
(Element element) boolean
static boolean
isInstance
(Element element) void
void
setTimeCycle
(Element element, String value) void
setTimeDate
(Element element, String value) void
setTimeDuration
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- 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:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
TimerEventDefinitionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getTimeCycleProperty
-
getTimeDateProperty
-
getTimeDurationProperty
-
getIdProperty
-
setTimeCycle
-
clearTimeCycle
-
getTimeCycle
-
setTimeDate
-
clearTimeDate
-
getTimeDate
-
setTimeDuration
-
clearTimeDuration
-
getTimeDuration
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-