Uses of Enum Class
io.keikai.model.RevisionType
Packages that use RevisionType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of RevisionType in io.keikai.model
Methods in io.keikai.model that return RevisionTypeModifier and TypeMethodDescriptionSRevision.getType()Returns the type of this revision.static RevisionTypeReturns the enum constant of this class with the specified name.static RevisionType[]RevisionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RevisionType in io.keikai.model.impl
Methods in io.keikai.model.impl that return RevisionTypeConstructors in io.keikai.model.impl with parameters of type RevisionTypeModifierConstructorDescriptionRevisionImpl(long id, RevisionType type, String author, Date timestamp, String sheetName) Creates a new revision.RevisionInsertDeleteImpl(long id, RevisionType type, String author, Date timestamp, String sheetName, CellRegion region, boolean insert) Creates a new insert/delete revision.