Package adams.data.report
Interface SuffixOnlyField
-
- All Superinterfaces:
Comparable
- All Known Implementing Classes:
SuffixField
public interface SuffixOnlyField extends Comparable
Interface for fields that only have a suffix.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSuffix()
Returns the suffix for compound fields.boolean
isCompound()
Checks whether the name is a compound one.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
isCompound
boolean isCompound()
Checks whether the name is a compound one.- Returns:
- true if name is a compound one
-
getSuffix
String getSuffix()
Returns the suffix for compound fields.- Returns:
- the suffix, null if not compound field
-
-