Module swim.db
Package swim.db

Class MetaTree


  • public class MetaTree
    extends Object
    • Constructor Detail

      • MetaTree

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

      • name

        public final swim.structure.Value name()
      • 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)