Interface WritableByteValue
- All Superinterfaces:
ReadableByteValue,ReadableNumberValue<Byte>,ReadableSimpleValue<Byte>,ReadableTypedValue<Byte>,ReadableValue<Byte>,Supplier<Byte>,WritableNumberValue<Byte>,WritableSimpleValue<Byte>,WritableValue<Byte>
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.number.bytes.ReadableByteValue
getSafe, getValue, getValueClassMethods inherited from interface io.github.mmm.value.observable.number.ReadableNumberValue
byteValue, doubleValue, floatValue, intValue, longValue, shortValueMethods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
getMethods inherited from interface io.github.mmm.value.observable.object.WritableSimpleValue
setAsString
-
Method Details
-
parse
- Specified by:
parsein interfaceWritableSimpleValue<Byte>- Parameters:
value- the value asString. May benull.- Returns:
- the parsed
value. May benull(e.g. if the givenStringisnull).
-
set
- Specified by:
setin interfaceWritableValue<Byte>
-
setValue
default void setValue(byte value) - Parameters:
value- the newprimitive value.- See Also:
-
setValueAsNumber
- Specified by:
setValueAsNumberin interfaceWritableNumberValue<Byte>- Parameters:
value- the new value as genericNumberinstance.
-