com.soyatec.bpmn
Interface Timer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EventDetail, org.eclipse.emf.common.notify.Notifier

public interface Timer
extends EventDetail

A representation of the model object 'Timer'. Timer is used in the definition of type of event.

The following features are supported:

See Also:
BPMNPackage.getTimer()

Method Summary
 java.lang.String getTimerCycle()
          Returns the value of the 'Timer Cycle' attribute
 java.util.Date getTimerDqte()
          Returns the value of the 'Timer Dqte' attribute
 void setTimerCycle(java.lang.String value)
          Sets the value of the 'Timer Cycle' attribute
 void setTimerDqte(java.util.Date value)
          Sets the value of the 'Timer Dqte' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTimerDqte

java.util.Date getTimerDqte()
Returns the value of the 'Timer Dqte' attribute.

If the meaning of the 'Timer Dqte' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Timer Dqte' attribute.
See Also:
setTimerDqte(Date), BPMNPackage.getTimer_TimerDqte()

setTimerDqte

void setTimerDqte(java.util.Date value)
Sets the value of the 'Timer Dqte' attribute.

Parameters:
value - the new value of the 'Timer Dqte' attribute.
See Also:
getTimerDqte()

getTimerCycle

java.lang.String getTimerCycle()
Returns the value of the 'Timer Cycle' attribute.

If the meaning of the 'Timer Cycle' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Timer Cycle' attribute.
See Also:
setTimerCycle(String), BPMNPackage.getTimer_TimerCycle()

setTimerCycle

void setTimerCycle(java.lang.String value)
Sets the value of the 'Timer Cycle' attribute.

Parameters:
value - the new value of the 'Timer Cycle' attribute.
See Also:
getTimerCycle()