Interface EventEntity
-
- All Known Subinterfaces:
IntervalEventEntity,PointEventEntity
public interface EventEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalAccessorgetTimeValue()voidsetTimeValue(TemporalAccessor timeValue)
-
-
-
Method Detail
-
setTimeValue
void setTimeValue(TemporalAccessor timeValue)
-
getTimeValue
TemporalAccessor getTimeValue()
-
-