Interface WritableTemporalValue<V extends Temporal>
-
- Type Parameters:
V
- type of thevalue
.
- All Superinterfaces:
ReadableObjectValue<V>
,ReadableSimpleValue<V>
,ReadableTemporalValue<V>
,ReadableTypedObjectValue<V>
,ReadableTypedValue<V>
,ReadableValue<V>
,Supplier<V>
,WritableObjectValue<V>
,WritableSimpleValue<V>
,WritableValue<V>
- All Known Subinterfaces:
WritableInstantProperty
,WritableInstantValue
,WritableLocalDateProperty
,WritableLocalDateTimeProperty
,WritableLocalDateTimeValue
,WritableLocalDateValue
,WritableLocalTimeProperty
,WritableLocalTimeValue
,WritableOffsetDateTimeProperty
,WritableOffsetDateTimeValue
,WritableOffsetTimeProperty
,WritableOffsetTimeValue
,WritableZonedDateTimeProperty
,WritableZonedDateTimeValue
- All Known Implementing Classes:
InstantProperty
,LocalDateProperty
,LocalDateTimeProperty
,LocalTimeProperty
,OffsetDateTimeProperty
,OffsetTimeProperty
,ZonedDateTimeProperty
public interface WritableTemporalValue<V extends Temporal> extends ReadableTemporalValue<V>, WritableObjectValue<V>, WritableSimpleValue<V>
- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.value.observable.object.WritableObjectValue
setValue
-
Methods inherited from interface io.github.mmm.value.observable.object.WritableSimpleValue
parse, setAsString
-
Methods inherited from interface io.github.mmm.value.WritableValue
set
-
-