Interface IDateTimeValueHolder
-
- All Superinterfaces:
IValueHolder<Date>
- All Known Implementing Classes:
ChimeraDate
,DateTimeValueHolder
,NowValueHolder
public interface IDateTimeValueHolder extends IValueHolder<Date>
A type-safety wrapper interface aroundIValueHolder<Date>
.
-
-
Method Summary
-
Methods inherited from interface de.uplanet.lucy.server.dataobjects.IValueHolder
getCanonicalLexicalRepresentation, getRawValue, getType, getValue, hasValue
-
-