-
- All Implemented Interfaces:
public enum FileImportValidator.ErrorFile validation errors.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TYPE_NOT_SUPPORTEDSIZE_TOO_LARGETOO_MANY_PDF_PAGESPASSWORD_PROTECTED_PDFTOO_MANY_DOCUMENT_PAGES
-
Method Summary
Modifier and Type Method Description intgetTextResource()static Array<FileImportValidator.Error>values()Returns an array containing the constants of this enum type, in the order they're declared. static FileImportValidator.ErrorvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
getTextResource
int getTextResource()
-
values
static Array<FileImportValidator.Error> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
-
valueOf
static FileImportValidator.Error valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
-
-
-