Interface DateTimeTrigger
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventTrigger
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DateTimeTriggerImpl
A representation of the model object 'Date Time Trigger'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetItem()
Returns the value of the 'Item' attribute.int
Returns the value of the 'Offset' attribute.boolean
Returns the value of the 'Time Only' attribute.void
Sets the value of the 'Item
' attribute.void
setOffset
(int value) Sets the value of the 'Offset
' attribute.void
setTimeOnly
(boolean value) Sets the value of the 'Time Only
' 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
-
getItem
String getItem()Returns the value of the 'Item' attribute.- Returns:
- the value of the 'Item' attribute.
- See Also:
-
setItem
Sets the value of the 'Item
' attribute.- Parameters:
value
- the new value of the 'Item' attribute.- See Also:
-
isTimeOnly
boolean isTimeOnly()Returns the value of the 'Time Only' attribute.- Returns:
- the value of the 'Time Only' attribute.
- See Also:
-
setTimeOnly
void setTimeOnly(boolean value) Sets the value of the 'Time Only
' attribute.- Parameters:
value
- the new value of the 'Time Only' attribute.- See Also:
-
getOffset
int getOffset()Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
-
setOffset
void setOffset(int value) Sets the value of the 'Offset
' attribute.- Parameters:
value
- the new value of the 'Offset' attribute.- See Also:
-