Uses of Interface
adams.data.report.SuffixOnlyField
-
Packages that use SuffixOnlyField Package Description adams.data.report -
-
Uses of SuffixOnlyField in adams.data.report
Classes in adams.data.report that implement SuffixOnlyField Modifier and Type Class Description class
SuffixField
A compound filed that only displays the second half of the name.Methods in adams.data.report that return types with arguments of type SuffixOnlyField Modifier and Type Method Description List<SuffixOnlyField>
Report. getSuffixFields()
Returns all distinct suffix fields.Methods in adams.data.report with parameters of type SuffixOnlyField Modifier and Type Method Description List<AbstractField>
Report. getFields(SuffixOnlyField suffix)
Get all fields as vector that have the same suffix.
-