com.ibm.ws.javaee.dd.web.common

Interface Ordering



  • public interface Ordering
    • Method Detail

      • getAfterNames

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

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

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

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