Uses of Class
com.fourjs.report.facturx.profiles.extended.Name
-
Packages that use Name Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Name in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Name Modifier and Type Method Description Name
DetailsOfAnAdditionalDocumentReference. appendNewName()
Creates a Name object and appends it to the list obtainable by a call to getDetailsOfAnAdditionalDocumentReference.getNames()
Name
Name. setName(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Name Modifier and Type Method Description List<Name>
DetailsOfAnAdditionalDocumentReference. getNames()
Returns a list of Name objects previously created by calls toDetailsOfAnAdditionalDocumentReference.appendNewName()
-