Package de.gebit.integrity.dsl
Interface TimeValue
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Subinterfaces:
IsoTimeValue,Simple12HrsTimeValue,Simple24HrsTimeValue
- All Known Implementing Classes:
IsoTimeValueImpl,Simple12HrsTimeValueImpl,Simple24HrsTimeValueImpl,TimeValueImpl
public interface TimeValue extends StaticValue
A representation of the model object 'Time Value'.The following features are supported:
- See Also:
DslPackage.getTimeValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTimeValue()Returns the value of the 'Time Value' attribute.voidsetTimeValue(String value)Sets the value of the 'Time Value' attribute.
-
-
-
Method Detail
-
getTimeValue
String getTimeValue()
Returns the value of the 'Time Value' attribute.- Returns:
- the value of the 'Time Value' attribute.
- See Also:
setTimeValue(String),DslPackage.getTimeValue_TimeValue()
-
setTimeValue
void setTimeValue(String value)
Sets the value of the 'Time Value' attribute.- Parameters:
value- the new value of the 'Time Value' attribute.- See Also:
getTimeValue()
-
-