Interface CronStrategy
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Strategy
- All Known Implementing Classes:
CronStrategyImpl
A representation of the model object 'Cron Strategy'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Cron Expression' attribute.void
setCronExpression
(String value) Sets the value of the 'Cron Expression
' attribute.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 Details
-
getCronExpression
String getCronExpression()Returns the value of the 'Cron Expression' attribute.- Returns:
- the value of the 'Cron Expression' attribute.
- See Also:
-
setCronExpression
Sets the value of the 'Cron Expression
' attribute.- Parameters:
value
- the new value of the 'Cron Expression' attribute.- See Also:
-