Uses of Class
com.fourjs.report.facturx.profiles.extended.LanguageIdentifier
-
Packages that use LanguageIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of LanguageIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return LanguageIdentifier Modifier and Type Method Description LanguageIdentifier
Invoice. appendNewLanguageIdentifier()
Creates a LanguageIdentifier object and appends it to the list obtainable by a call to getInvoice.getLanguageIdentifiers()
LanguageIdentifier
LanguageIdentifier. setLanguageIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type LanguageIdentifier Modifier and Type Method Description List<LanguageIdentifier>
Invoice. getLanguageIdentifiers()
Returns a list of LanguageIdentifier objects previously created by calls toInvoice.appendNewLanguageIdentifier()
-