Module swim.db
Package swim.db

Class MetaTree

java.lang.Object
swim.db.MetaTree

public class MetaTree extends Object
  • Constructor Details

    • MetaTree

      public MetaTree(swim.structure.Value name, TreeType type, int stem, long created, long updated)
  • Method Details

    • name

      public final swim.structure.Value name()
    • type

      public final TreeType type()
    • stem

      public final int stem()
    • created

      public final long created()
    • updated

      public final long updated()
    • toValue

      public swim.structure.Value toValue()
    • fromValue

      public static MetaTree fromValue(swim.structure.Value name, swim.structure.Value value)