Uses of Class
com.fourjs.report.facturx.Codes.DateTypeCode
-
-
Uses of Codes.DateTypeCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.DateTypeCode Modifier and Type Method Description static Codes.DateTypeCode
Codes.DateTypeCode. fromString(String value)
Convert a String to a DateTypeCode.static Codes.DateTypeCode
Codes.DateTypeCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.DateTypeCode[]
Codes.DateTypeCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.DateTypeCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.DateTypeCode Modifier and Type Method Description Codes.DateTypeCode
VATBreakdown. getValueAddedTaxPointDateCode()
BT-8:Value added tax point date codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.DateTypeCode Modifier and Type Method Description VATBreakdown
VATBreakdown. setValueAddedTaxPointDateCode(Codes.DateTypeCode value)
-
Uses of Codes.DateTypeCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.DateTypeCode Modifier and Type Method Description Codes.DateTypeCode
VATBreakdown. getValueAddedTaxPointDateCode()
BT-8:Value added tax point date codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.DateTypeCode Modifier and Type Method Description VATBreakdown
VATBreakdown. setValueAddedTaxPointDateCode(Codes.DateTypeCode value)
-
Uses of Codes.DateTypeCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.DateTypeCode Modifier and Type Method Description Codes.DateTypeCode
VATBreakdown. getValueAddedTaxPointDateCode()
BT-8:Value added tax point date codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.DateTypeCode Modifier and Type Method Description VATBreakdown
VATBreakdown. setValueAddedTaxPointDateCode(Codes.DateTypeCode value)
-
Uses of Codes.DateTypeCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.DateTypeCode Modifier and Type Method Description Codes.DateTypeCode
VATBreakdown. getValueAddedTaxPointDateCode()
BT-8:Value added tax point date codeMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.DateTypeCode Modifier and Type Method Description VATBreakdown
VATBreakdown. setValueAddedTaxPointDateCode(Codes.DateTypeCode value)
-