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