Interface PrefixOnlyField

  • All Superinterfaces:
    Comparable
    All Known Implementing Classes:
    PrefixField

    public interface PrefixOnlyField
    extends Comparable
    Interface for fields that only have a prefix.
    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
      • getPrefix

        String getPrefix()
        Returns the prefix for compound fields.
        Returns:
        the prefix, null if not compound field