Interface HolidayCondition
- All Superinterfaces:
Condition,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HolidayConditionImpl
A representation of the model object 'Holiday Condition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Offset' attribute.booleanReturns the value of the 'Negation' attribute.voidsetNegation(boolean value) Sets the value of the 'Negation' attribute.voidSets the value of the 'Offset' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOffset
String getOffset()Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
-
setOffset
Sets the value of the 'Offset' attribute.- Parameters:
value- the new value of the 'Offset' attribute.- See Also:
-
isNegation
boolean isNegation()Returns the value of the 'Negation' attribute.- Returns:
- the value of the 'Negation' attribute.
- See Also:
-
setNegation
void setNegation(boolean value) Sets the value of the 'Negation' attribute.- Parameters:
value- the new value of the 'Negation' attribute.- See Also:
-