Uses of Enum Class
org.verapdf.pdfa.flavours.PDFAFlavour.Specification
Packages that use PDFAFlavour.Specification
Package
Description
Enum types that identify the PDF/A flavours and specification details - too fine grained?
Interfaces and reference implementations for PDF/A validation and validation
profiles.
-
Uses of PDFAFlavour.Specification in org.verapdf.pdfa.flavours
Methods in org.verapdf.pdfa.flavours that return PDFAFlavour.SpecificationModifier and TypeMethodDescriptionPDFAFlavour.getPart()static PDFAFlavour.SpecificationReturns the enum constant of this class with the specified name.static PDFAFlavour.Specification[]PDFAFlavour.Specification.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PDFAFlavour.Specification in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return PDFAFlavour.SpecificationMethods in org.verapdf.pdfa.validation.profiles with parameters of type PDFAFlavour.SpecificationModifier and TypeMethodDescriptionstatic RuleIdProfiles.ruleIdFromValues(PDFAFlavour.Specification specification, String clause, int testNumber) Returns aRuleIdinstance initialised with the passed values.