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 SummaryModifier and TypeMethodDescriptiongetItem()Returns the value of the 'Item' attribute.Returns the value of the 'Offset' attribute.booleanReturns the value of the 'Time Only' attribute.voidSets the value of the 'Item' attribute.voidSets the value of the 'Offset' attribute.voidsetTimeOnly(boolean value) Sets the value of the 'Time Only' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getItemString getItem()Returns the value of the 'Item' attribute.- Returns:
- the value of the 'Item' attribute.
- See Also:
 
- 
setItemSets the value of the 'Item' attribute.- Parameters:
- value- the new value of the 'Item' attribute.
- See Also:
 
- 
isTimeOnlyboolean isTimeOnly()Returns the value of the 'Time Only' attribute.- Returns:
- the value of the 'Time Only' attribute.
- See Also:
 
- 
setTimeOnlyvoid setTimeOnly(boolean value) Sets the value of the 'Time Only' attribute.- Parameters:
- value- the new value of the 'Time Only' attribute.
- See Also:
 
- 
getOffsetString getOffset()Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
 
- 
setOffsetSets the value of the 'Offset' attribute.- Parameters:
- value- the new value of the 'Offset' attribute.
- See Also:
 
 
-