- java.lang.Object
-
- swim.db.MetaTree
-
public class MetaTree extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcreated()static MetaTreefromValue(swim.structure.Value name, swim.structure.Value value)swim.structure.Valuename()intstem()swim.structure.ValuetoValue()TreeTypetype()longupdated()
-
-
-
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()
-
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)
-
-