public class MetaTree
extends Object
-
Constructor Summary
Constructors
MetaTree(swim.structure.Value name,
TreeType type,
int stem,
long created,
long updated)
-
Method Summary
final long
fromValue(swim.structure.Value name,
swim.structure.Value value)
final swim.structure.Value
final int
swim.structure.Value
final long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()
-
-
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)