Uses of Enum Class
io.keikai.range.impl.ModelUpdate.UpdateType
Packages that use ModelUpdate.UpdateType
-
Uses of ModelUpdate.UpdateType in io.keikai.range.impl
Methods in io.keikai.range.impl that return ModelUpdate.UpdateTypeModifier and TypeMethodDescriptionModelUpdate.getType()static ModelUpdate.UpdateTypeReturns the enum constant of this class with the specified name.static ModelUpdate.UpdateType[]ModelUpdate.UpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.keikai.range.impl with parameters of type ModelUpdate.UpdateTypeModifierConstructorDescriptionModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr)