Enum Class PdfPrepareReport.PrepareActions
java.lang.Object
java.lang.Enum<PdfPrepareReport.PrepareActions>
se.idsec.signservice.integration.document.pdf.PdfPrepareReport.PrepareActions
- All Implemented Interfaces:
Serializable
,Comparable<PdfPrepareReport.PrepareActions>
,Constable
- Enclosing class:
PdfPrepareReport
Enumeration of prepare actions that were completed by the prepare method.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe document was unsigned but had an AcroForm with user input form fields.The document contained an encryption dictionary. -
Method Summary
Modifier and TypeMethodDescriptionCreates aPdfPrepareReport.PrepareActions
from its string value.getValue()
Gets the string value.toString()
Returns the enum constant of this class with the specified name.static PdfPrepareReport.PrepareActions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FLATTENED_ACROFORM
The document was unsigned but had an AcroForm with user input form fields. This AcroForm was flattened. -
REMOVED_ENCRYPTION_DICTIONARY
The document contained an encryption dictionary. This was removed.
-
-
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.PrepareActions
from its string value.- Parameters:
value
- the string value- Returns:
- a
PdfPrepareReport.PrepareActions
-
toString
- Overrides:
toString
in classEnum<PdfPrepareReport.PrepareActions>
-