Uses of Class
io.keikai.range.impl.ModelUpdate.UpdateType
-
Packages that use ModelUpdate.UpdateType Package Description io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of ModelUpdate.UpdateType in io.keikai.range.impl
Methods in io.keikai.range.impl that return ModelUpdate.UpdateType Modifier and Type Method Description ModelUpdate.UpdateType
ModelUpdate. getType()
static ModelUpdate.UpdateType
ModelUpdate.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelUpdate.UpdateType[]
ModelUpdate.UpdateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.keikai.range.impl with parameters of type ModelUpdate.UpdateType Constructor Description ModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr)
-