Interface AbsoluteOrdering


public interface AbsoluteOrdering
  • Method Details

    • isSetOthers

      boolean isSetOthers()
      Returns:
      true if <others> is specified
    • getNamesBeforeOthers

      List<String> getNamesBeforeOthers()
      Returns:
      <name>, appearing before <others> if specified, as a read-only list
    • getNamesAfterOthers

      List<String> getNamesAfterOthers()
      Returns:
      <name>, appearing after <others> if specified, as a read-only list