Uses of Class
com.fourjs.report.facturx.Codes.DateFormat
-
-
Uses of Codes.DateFormat in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.DateFormat Modifier and Type Method Description static Codes.DateFormat
Codes.DateFormat. fromString(String value)
Convert a String to a DateFormat.static Codes.DateFormat
Codes.DateFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.DateFormat[]
Codes.DateFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.DateFormat in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.DateFormat Modifier and Type Method Description Codes.DateFormat
Invoice. getActualDeliveryDateFormat()
BT-72-0:Date formatCodes.DateFormat
Invoice. getDateFormat()
BT-2-0:date formatCodes.DateFormat
PrecedingInvoiceReference. getDateFormat()
BT-26-0:Date formatCodes.DateFormat
Invoice. getFormat()
BT-9-0:FormatCodes.DateFormat
Invoice. getInvoicingPeriodEndDateFormat()
BT-74-0:Date formatCodes.DateFormat
Invoice. getInvoicingPeriodStartDateFormat()
BT-73-0:Date format -
Uses of Codes.DateFormat in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.DateFormat Modifier and Type Method Description Codes.DateFormat
Invoice. getActualDeliveryDateFormat()
BT-72-0:Date formatCodes.DateFormat
Invoice. getDateFormat()
BT-2-0:date formatCodes.DateFormat
PrecedingInvoiceReference. getDateFormat()
BT-26-0:Date formatCodes.DateFormat
Invoice. getFormat()
BT-9-0:FormatCodes.DateFormat
Invoice. getInvoicingPeriodEndDateFormat()
BT-74-0:Date formatCodes.DateFormat
Invoice. getInvoicingPeriodStartDateFormat()
BT-73-0:Date format -
Uses of Codes.DateFormat in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.DateFormat Modifier and Type Method Description Codes.DateFormat
Invoice. getActualDeliveryDateFormat()
BT-72-0:Date formatCodes.DateFormat
Invoice. getDateFormat()
BT-2-0:date formatCodes.DateFormat
PrecedingInvoiceReference. getDateFormat()
BT-26-0:Date formatCodes.DateFormat
VATBreakdown. getDateFormat()
BT-7-0:Date formatCodes.DateFormat
InvoiceLine. getEndDateFormat()
BT-135-0:Date formatCodes.DateFormat
Invoice. getFormat()
BT-9-0:FormatCodes.DateFormat
Invoice. getInvoicingPeriodEndDateFormat()
BT-74-0:Date formatCodes.DateFormat
Invoice. getInvoicingPeriodStartDateFormat()
BT-73-0:Date formatCodes.DateFormat
InvoiceLine. getStartDateFormat()
BT-134-0:Date format -
Uses of Codes.DateFormat in com.fourjs.report.facturx.profiles.extended
-
Uses of Codes.DateFormat in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum that return Codes.DateFormat Modifier and Type Method Description Codes.DateFormat
Invoice. getDateFormat()
BT-2-0:date format
-