Class Storage.MetadataStorageType

  • All Implemented Interfaces:
    Codec
    Enclosing interface:
    Storage

    public static class Storage.MetadataStorageType
    extends EnumType
    • Constructor Detail

      • MetadataStorageType

        public MetadataStorageType​(java.lang.Object value,
                                   int index)
      • MetadataStorageType

        public MetadataStorageType​(java.lang.Object value)
    • Method Detail

      • isDoubleMap

        public boolean isDoubleMap()
        `true` if the storage entry is a doublemap
      • isMap

        public boolean isMap()
        `true` if the storage entry is a map
      • toString

        public java.lang.String toString()
        Returns the string representation of the value
        Overrides:
        toString in class EnumType