Class GdbItem

java.lang.Object
ch.so.agi.filegdb.catalog.GdbItem

public final class GdbItem extends Object
One row of the GDB_Items catalog table.

Properties:

  • uuid: catalog item UUID
  • type: item type UUID as string
  • name: item name
  • path: catalog path of the item
  • definition: definition XML
  • documentation: documentation XML
  • tableNumber: physical table number resolved through the system catalog, zero if none
  • Constructor Details

  • Method Details

    • uuid

      public UUID uuid()
    • type

      public String type()
    • name

      public String name()
    • path

      public String path()
    • definition

      public String definition()
    • documentation

      public String documentation()
    • tableNumber

      public int tableNumber()
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object