- All Superinterfaces:
Comparable<Update>,io.hotmoka.marshalling.api.Marshallable,Update
- All Known Subinterfaces:
UpdateOfBigInteger,UpdateOfBoolean,UpdateOfByte,UpdateOfChar,UpdateOfDouble,UpdateOfFloat,UpdateOfInt,UpdateOfLong,UpdateOfShort,UpdateOfStorage,UpdateOfString,UpdateToNull
Implementation of an update of a field of an object.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArray
-
Method Details
-
getField
FieldSignature getField()Yields the field whose value is updated.- Returns:
- the field
-
getValue
StorageValue getValue()Yields the value set into the updated field.- Returns:
- the value
-