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 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