Uses of Class
io.objectbox.model.ModelProperty
-
Packages that use ModelProperty Package Description io.objectbox.model -
-
Uses of ModelProperty in io.objectbox.model
Methods in io.objectbox.model that return ModelProperty Modifier and Type Method Description ModelPropertyModelProperty. __assign(int _i, java.nio.ByteBuffer _bb)ModelPropertyModelProperty.Vector. get(int j)ModelPropertyModelProperty.Vector. get(ModelProperty obj, int j)static ModelPropertyModelProperty. getRootAsModelProperty(java.nio.ByteBuffer _bb)static ModelPropertyModelProperty. getRootAsModelProperty(java.nio.ByteBuffer _bb, ModelProperty obj)ModelPropertyModelEntity. properties(int j)ModelPropertyModelEntity. properties(ModelProperty obj, int j)Methods in io.objectbox.model with parameters of type ModelProperty Modifier and Type Method Description ModelPropertyModelProperty.Vector. get(ModelProperty obj, int j)static ModelPropertyModelProperty. getRootAsModelProperty(java.nio.ByteBuffer _bb, ModelProperty obj)ModelPropertyModelEntity. properties(ModelProperty obj, int j)
-