com.ibm.xtools.bpmn2
Interface TimerEventDefinition

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, EventDefinition, org.eclipse.emf.common.notify.Notifier, RootElement

public interface TimerEventDefinition
extends EventDefinition

A representation of the model object 'Timer Event Definition'.

The following features are supported:

See Also:
Bpmn2Package.getTimerEventDefinition()

Method Summary
 Expression getTimeCycle()
          Returns the value of the 'Time Cycle' containment reference.
 Expression getTimeDate()
          Returns the value of the 'Time Date' containment reference.
 void setTimeCycle(Expression value)
          Sets the value of the 'Time Cycle' containment reference.
 void setTimeDate(Expression value)
          Sets the value of the 'Time Date' containment reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTimeDate

Expression getTimeDate()
Returns the value of the 'Time Date' containment reference.

If the meaning of the 'Time Date' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Time Date' containment reference.
See Also:
setTimeDate(Expression), Bpmn2Package.getTimerEventDefinition_TimeDate()

setTimeDate

void setTimeDate(Expression value)
Sets the value of the 'Time Date' containment reference.

Parameters:
value - the new value of the 'Time Date' containment reference.
See Also:
getTimeDate()

getTimeCycle

Expression getTimeCycle()
Returns the value of the 'Time Cycle' containment reference.

If the meaning of the 'Time Cycle' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Time Cycle' containment reference.
See Also:
setTimeCycle(Expression), Bpmn2Package.getTimerEventDefinition_TimeCycle()

setTimeCycle

void setTimeCycle(Expression value)
Sets the value of the 'Time Cycle' containment reference.

Parameters:
value - the new value of the 'Time Cycle' containment reference.
See Also:
getTimeCycle()