Interface Ordering


public interface Ordering
  • Method Details

    • isSetAfter

      boolean isSetAfter()
      Returns:
      true if <after> is specified
      See Also:
    • getAfterNames

      List<String> getAfterNames()
      Returns:
      <name>, within <after> if specified, as a read-only list
      See Also:
    • isSetAfterOthers

      boolean isSetAfterOthers()
      Returns:
      true if <others>, within <after> if specified, is specified
      See Also:
    • isSetBefore

      boolean isSetBefore()
      Returns:
      true if <before> is specified
      See Also:
    • getBeforeNames

      List<String> getBeforeNames()
      Returns:
      <name>, within <before> if specified, as a read-only list
      See Also:
    • isSetBeforeOthers

      boolean isSetBeforeOthers()
      Returns:
      true if <others>, within <before> if specified, is specified
      See Also: