Uses of Enum Class
com.jk.core.model.table.JKTableRecord.RecordStatus
Packages that use JKTableRecord.RecordStatus
-
Uses of JKTableRecord.RecordStatus in com.jk.core.model.table
Methods in com.jk.core.model.table that return JKTableRecord.RecordStatusModifier and TypeMethodDescriptionJKTableRecord.getStatus()This method gets this record status.static JKTableRecord.RecordStatusReturns the enum constant of this class with the specified name.static JKTableRecord.RecordStatus[]JKTableRecord.RecordStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jk.core.model.table with parameters of type JKTableRecord.RecordStatusModifier and TypeMethodDescriptionvoidJKTableRecord.setStatus(JKTableRecord.RecordStatus status) This method changes this record status.