Uses of Enum Class
org.nuxeo.ecm.csv.core.CSVImportStatus.State
-
Uses of CSVImportStatus.State in org.nuxeo.ecm.csv.core
Modifier and TypeMethodDescriptionCSVImportStatus.getState()
static CSVImportStatus.State
Returns the enum constant of this class with the specified name.static CSVImportStatus.State[]
CSVImportStatus.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCSVImportStatus
(CSVImportStatus.State state, long numberOfProcessedDocument, long totalNumberOfDocument)