ValueType - The type of the value object.public interface TemporalValue<ValueType> extends Temporal
TemporalValue interface defines the interface for a container
that has a temporal coordinate plus a stored value.| Modifier and Type | Method and Description |
|---|---|
ValueType |
getValue()
Gets the value stored in this object.
|
ValueType getValue()