Interface ReadableSimpleValue<V>
-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
ReadableTypedValue<V>,ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
BigDecimalExpression,BigIntegerExpression,BooleanExpression,ByteExpression,DoubleExpression,FloatExpression,InstantExpression,IntegerExpression,LocalDateExpression,LocalDateTimeExpression,LocalTimeExpression,LongExpression,NumberExpression<N>,ObservableBigDecimalValue,ObservableBigIntegerValue,ObservableBooleanValue,ObservableByteValue,ObservableDoubleValue,ObservableFloatValue,ObservableInstantValue,ObservableIntegerValue,ObservableLocalDateTimeValue,ObservableLocalDateValue,ObservableLocalTimeValue,ObservableLongValue,ObservableNumberValue<N>,ObservableOffsetDateTimeValue,ObservableOffsetTimeValue,ObservableShortValue,ObservableSimpleValue<V>,ObservableStringValue,ObservableTemporalValue<V>,ObservableZonedDateTimeValue,OffsetDateTimeExpression,OffsetTimeExpression,ReadableBigDecimalProperty,ReadableBigDecimalValue,ReadableBigIntegerProperty,ReadableBigIntegerValue,ReadableBooleanProperty,ReadableBooleanValue,ReadableByteProperty,ReadableByteValue,ReadableDoubleProperty,ReadableDoubleValue,ReadableFloatProperty,ReadableFloatValue,ReadableInstantProperty,ReadableInstantValue,ReadableIntegerProperty,ReadableIntegerValue,ReadableLocalDateProperty,ReadableLocalDateTimeProperty,ReadableLocalDateTimeValue,ReadableLocalDateValue,ReadableLocalTimeProperty,ReadableLocalTimeValue,ReadableLongProperty,ReadableLongValue,ReadableNumberProperty<N>,ReadableNumberValue<N>,ReadableOffsetDateTimeProperty,ReadableOffsetDateTimeValue,ReadableOffsetTimeProperty,ReadableOffsetTimeValue,ReadableShortProperty,ReadableShortValue,ReadableSimpleProperty<V>,ReadableStringProperty,ReadableStringValue,ReadableTemporalValue<V>,ReadableZonedDateTimeProperty,ReadableZonedDateTimeValue,ShortExpression,StringExpression,WritableBigDecimalProperty,WritableBigDecimalValue,WritableBigIntegerProperty,WritableBigIntegerValue,WritableBooleanProperty,WritableBooleanValue,WritableByteProperty,WritableByteValue,WritableDoubleProperty,WritableDoubleValue,WritableFloatProperty,WritableFloatValue,WritableInstantProperty,WritableInstantValue,WritableIntegerProperty,WritableIntegerValue,WritableLocalDateProperty,WritableLocalDateTimeProperty,WritableLocalDateTimeValue,WritableLocalDateValue,WritableLocalTimeProperty,WritableLocalTimeValue,WritableLongProperty,WritableLongValue,WritableNumberProperty<N>,WritableNumberValue<N>,WritableOffsetDateTimeProperty,WritableOffsetDateTimeValue,WritableOffsetTimeProperty,WritableOffsetTimeValue,WritableShortProperty,WritableShortValue,WritableSimpleProperty<V>,WritableSimpleValue<V>,WritableStringProperty,WritableStringValue,WritableTemporalValue<V>,WritableZonedDateTimeProperty,WritableZonedDateTimeValue,ZonedDateTimeExpression
- All Known Implementing Classes:
BigDecimalBinding,BigDecimalProperty,BigIntegerBinding,BigIntegerProperty,BooleanBinding,BooleanProperty,ByteBinding,ByteProperty,DoubleBinding,DoubleProperty,DurationInSecondsProperty,FloatBinding,FloatProperty,IdProperty,InstantBinding,InstantProperty,IntegerBinding,IntegerProperty,LinkProperty,LocalDateBinding,LocalDateProperty,LocalDateTimeBinding,LocalDateTimeProperty,LocalTimeBinding,LocalTimeProperty,LongBinding,LongProperty,NumberBinding,NumberProperty,ObjectProperty,OffsetDateTimeBinding,OffsetDateTimeBinding,OffsetDateTimeProperty,OffsetTimeProperty,RangeProperty,ShortBinding,ShortProperty,SimpleProperty,StringBinding,StringListProperty,StringProperty,TemporalProperty,ZonedDateTimeBinding,ZonedDateTimeProperty
public interface ReadableSimpleValue<V> extends ReadableTypedValue<V>
ReadableValuefor a simple datatype (and not acontainer value).- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetAsString()-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
-