- All Superinterfaces:
Comparable<StorageValue>,io.hotmoka.marshalling.api.Marshallable,StorageValue
A
boolean value stored in the store of a Hotmoka node.-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.values.StorageValue
asBigInteger, asBoolean, asByte, asChar, asDouble, asFloat, asInt, asLong, asReference, asReturnedBigInteger, asReturnedBoolean, asReturnedByte, asReturnedChar, asReturnedDouble, asReturnedFloat, asReturnedInt, asReturnedLong, asReturnedReference, asReturnedShort, asReturnedString, asShort, asString, equals, hashCode, toString
-
Method Details
-
getValue
boolean getValue()Yields the boolean inside this value.- Returns:
- the boolean
-