- All Superinterfaces:
Comparable<FieldSignature>,io.hotmoka.marshalling.api.Marshallable,Signature
public interface FieldSignature
extends Signature, io.hotmoka.marshalling.api.Marshallable, Comparable<FieldSignature>
The signature of a field of a class.
-
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.signatures.Signature
getDefiningClass
-
Method Details
-
getName
String getName()Yields the name of the field.- Returns:
- the name of the field
-
getType
StorageType getType()Yields the type of the field.- Returns:
- the type of the field
-
equals
-
hashCode
int hashCode() -
toString
String toString()
-