Uses of Enum Class
br.gov.lexml.pdfa.PDFAttachmentFile.AFRelationShip
Packages that use PDFAttachmentFile.AFRelationShip
-
Uses of PDFAttachmentFile.AFRelationShip in br.gov.lexml.pdfa
Methods in br.gov.lexml.pdfa that return PDFAttachmentFile.AFRelationShipModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PDFAttachmentFile.AFRelationShip[]PDFAttachmentFile.AFRelationShip.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in br.gov.lexml.pdfa with parameters of type PDFAttachmentFile.AFRelationShipModifierConstructorDescriptionPDFAttachmentFile(byte[] fileStore, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) PDFAttachmentFile(File file, byte[] fileStore, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) PDFAttachmentFile(File file, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship)