Package de.gebit.integrity.dsl
Interface DateValue
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Subinterfaces:
EuropeanDateValue,IsoDateValue,USDateValue
- All Known Implementing Classes:
DateValueImpl,EuropeanDateValueImpl,IsoDateValueImpl,USDateValueImpl
A representation of the model object 'Date Value'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Date Value' attribute.voidsetDateValue(String value) Sets the value of the 'Date Value' 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
-
getDateValue
String getDateValue()Returns the value of the 'Date Value' attribute.- Returns:
- the value of the 'Date Value' attribute.
- See Also:
-
setDateValue
Sets the value of the 'Date Value' attribute.- Parameters:
value- the new value of the 'Date Value' attribute.- See Also:
-