Enum Class PdfPrepareReport.PrepareWarnings
java.lang.Object
java.lang.Enum<PdfPrepareReport.PrepareWarnings>
se.idsec.signservice.integration.document.pdf.PdfPrepareReport.PrepareWarnings
- All Implemented Interfaces:
Serializable
,Comparable<PdfPrepareReport.PrepareWarnings>
,Constable
- Enclosing class:
PdfPrepareReport
Enumeration of warnings found during the prepare operation.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionCreates aPdfPrepareReport.PrepareWarnings
from its string value.getValue()
Gets the string value.toString()
Returns the enum constant of this class with the specified name.static PdfPrepareReport.PrepareWarnings[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PDFA_INCONSISTENCY
The document is PDF/A, but the sign page is not.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
Gets the string value.- Returns:
- the string value
-
fromValue
Creates aPdfPrepareReport.PrepareWarnings
from its string value.- Parameters:
value
- the string value- Returns:
- a
PdfPrepareReport.PrepareWarnings
-
toString
- Overrides:
toString
in classEnum<PdfPrepareReport.PrepareWarnings>
-