Uses of Class
com.fourjs.report.facturx.Codes.Mime
-
Packages that use Codes.Mime Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of Codes.Mime in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.Mime Modifier and Type Method Description static Codes.MimeCodes.Mime. fromString(String value)Convert a String to a Mime.static Codes.MimeCodes.Mime. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.Mime[]Codes.Mime. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.Mime in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.Mime Modifier and Type Method Description Codes.MimeAdditionalSupportingDocuments. getAttachedDocumentMimeCode()BT-125-1:Attached document Mime codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.Mime Modifier and Type Method Description AdditionalSupportingDocumentsAdditionalSupportingDocuments. setAttachedDocumentMimeCode(Codes.Mime value) -
Uses of Codes.Mime in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.Mime Modifier and Type Method Description Codes.MimeAdditionalSupportingDocuments. getAttachedDocumentMimeCode()BT-125-1:Attached document Mime codeCodes.MimeDetailsOfAnAdditionalDocumentReference. getAttachmentBinaryObjectMimeCode()EXT:MIME-Code of the attached documentMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.Mime Modifier and Type Method Description AdditionalSupportingDocumentsAdditionalSupportingDocuments. setAttachedDocumentMimeCode(Codes.Mime value)DetailsOfAnAdditionalDocumentReferenceDetailsOfAnAdditionalDocumentReference. setAttachmentBinaryObjectMimeCode(Codes.Mime value)
-