Package io.objectbox.tree
Class Leaf
java.lang.Object
io.objectbox.tree.Leaf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasDouble()
asInt()
asString()
String[]
double
long
getId()
long
getInt()
long
long
String[]
short
SeePropertyType
for possible types (not all are used here).boolean
isDouble()
boolean
isInt()
boolean
isString()
boolean
void
setDouble
(double value) void
setInt
(long value) void
void
setStringArray
(String[] value)
-
Constructor Details
-
Leaf
-
-
Method Details
-
getId
public long getId() -
getParentBranchId
public long getParentBranchId() -
getMetaId
public long getMetaId() -
getValueType
public short getValueType()SeePropertyType
for possible types (not all are used here). -
isInt
public boolean isInt() -
isDouble
public boolean isDouble() -
isString
public boolean isString() -
isStringArray
public boolean isStringArray() -
getInt
public long getInt() -
getDouble
public double getDouble() -
getString
-
getStringArray
-
asInt
-
asDouble
-
asString
-
asStringArray
-
setInt
public void setInt(long value) -
setDouble
public void setDouble(double value) -
setString
-
setStringArray
-