public class MetaTree extends Object
MetaTree(Value name, TreeType type, int stem, long created, long updated)
long
created()
static MetaTree
fromValue(Value name, Value value)
Value
name()
int
stem()
toValue()
TreeType
type()
updated()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MetaTree(Value name, TreeType type, int stem, long created, long updated)
public final Value name()
public final TreeType type()
public final int stem()
public final long created()
public final long updated()
public Value toValue()
public static MetaTree fromValue(Value name, Value value)