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

Interface Ordering


  1. public interface Ordering

Method Summary

Modifier and Type Method and Description
  1. java.util.List<java.lang.String>
getAfterNames()
  1. java.util.List<java.lang.String>
getBeforeNames()
  1. boolean
isSetAfter()
  1. boolean
isSetAfterOthers()
  1. boolean
isSetBefore()
  1. boolean
isSetBeforeOthers()

Method Detail

isSetAfter

  1. boolean isSetAfter()
Returns:
true if <after> is specified
See Also:

getAfterNames

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

isSetAfterOthers

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

isSetBefore

  1. boolean isSetBefore()
Returns:
true if <before> is specified
See Also:

getBeforeNames

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

isSetBeforeOthers

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