Interface WritableLocalTimeValue
-
- All Superinterfaces:
ReadableLocalTimeValue,ReadableObjectValue<LocalTime>,ReadableSimpleValue<LocalTime>,ReadableTemporalValue<LocalTime>,ReadableTypedObjectValue<LocalTime>,ReadableTypedValue<LocalTime>,ReadableValue<LocalTime>,Supplier<LocalTime>,WritableObjectValue<LocalTime>,WritableSimpleValue<LocalTime>,WritableTemporalValue<LocalTime>,WritableValue<LocalTime>
- All Known Subinterfaces:
WritableLocalTimeProperty
- All Known Implementing Classes:
LocalTimeProperty
public interface WritableLocalTimeValue extends ReadableLocalTimeValue, WritableTemporalValue<LocalTime>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default LocalTimeparse(String value)-
Methods inherited from interface io.github.mmm.value.observable.temporal.localtime.ReadableLocalTimeValue
getValueClass
-
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.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
setAsString
-
Methods inherited from interface io.github.mmm.value.WritableValue
set
-
-