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
public interface DateValue extends StaticValue
A representation of the model object 'Date Value'.The following features are supported:
- See Also:
DslPackage.getDateValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDateValue()Returns the value of the 'Date Value' attribute.voidsetDateValue(java.lang.String value)Sets the value of the 'Date Value' attribute.
-
-
-
Method Detail
-
getDateValue
java.lang.String getDateValue()
Returns the value of the 'Date Value' attribute.- Returns:
- the value of the 'Date Value' attribute.
- See Also:
setDateValue(String),DslPackage.getDateValue_DateValue()
-
setDateValue
void setDateValue(java.lang.String value)
Sets the value of the 'Date Value' attribute.- Parameters:
value- the new value of the 'Date Value' attribute.- See Also:
getDateValue()
-
-