Package org.verapdf.pdfa.flavours
Enum Class PDFAFlavour.IsoStandardSeries
java.lang.Object
java.lang.Enum<PDFAFlavour.IsoStandardSeries>
org.verapdf.pdfa.flavours.PDFAFlavour.IsoStandardSeries
- All Implemented Interfaces:
Serializable,Comparable<PDFAFlavour.IsoStandardSeries>,java.lang.constant.Constable
- Enclosing class:
- PDFAFlavour
Enum to for ISO standard identifiers
-
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 TypeMethodDescriptionintgetId()getName()toString()Returns the enum constant of this class with the specified name.static PDFAFlavour.IsoStandardSeries[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_SERIES
Special identifier for the none case -
ISO_14289
Identifier for PDF/UA ISO Standard -
ISO_19005
Identifier for PDF/A ISO Standard -
ISO_32000
Identifier for PDF 1.7 ISO Standard -
ISO_32005
Identifier for Tagged PDF ISO Standard
-
-
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
-
getId
public int getId()- Returns:
- the id
-
getName
- Returns:
- the name
-
getDescription
- Returns:
- the description
-
toString
- Overrides:
toStringin classEnum<PDFAFlavour.IsoStandardSeries>
-