Uses of Class
org.mustangproject.EStandard
-
Packages that use EStandard Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of EStandard in org.mustangproject
Methods in org.mustangproject that return EStandard Modifier and Type Method Description static EStandardEStandard. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EStandard[]EStandard. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EStandard in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return EStandard Modifier and Type Method Description EStandardZUGFeRDInvoiceImporter. getStandard()Methods in org.mustangproject.ZUGFeRD with parameters of type EStandard Modifier and Type Method Description voidXMPSchemaPDFAExtensions. attachExtensions(org.apache.xmpbox.XMPMetadata metadata, boolean withZF, EStandard eStandard)static ProfileProfiles. getByName(EStandard standard, java.lang.String name, int version)ZUGFeRDExporterFromA1ZUGFeRDExporterFromA1. setZUGFeRDVersion(EStandard est, int version)ZUGFeRDExporterFromA3ZUGFeRDExporterFromA3. setZUGFeRDVersion(EStandard est, int version)protected java.lang.StringZUGFeRDVisualizer. toFOP(java.io.InputStream is, EStandard theStandard)Constructors in org.mustangproject.ZUGFeRD with parameters of type EStandard Constructor Description XMPSchemaPDFAExtensions(IZUGFeRDExporter ze, org.apache.xmpbox.XMPMetadata metadata, int ZFVersion, boolean withZF, EStandard eStandard)
-