Package io.objectbox.tree
Class Leaf
java.lang.Object
io.objectbox.tree.Leaf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasDouble()asInt()asString()String[]doublelonggetId()longgetInt()longlongString[]shortSeePropertyTypefor possible types (not all are used here).booleanisDouble()booleanisInt()booleanisString()booleanvoidsetDouble(double value) voidsetInt(long value) voidvoidsetStringArray(String[] value)
-
Constructor Details
-
Leaf
-
-
Method Details
-
getId
public long getId() -
getParentBranchId
public long getParentBranchId() -
getMetaId
public long getMetaId() -
getValueType
public short getValueType()SeePropertyTypefor 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
-