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

Interface AbsoluteOrdering


  1. public interface AbsoluteOrdering

Method Summary

Modifier and Type Method and Description
  1. java.util.List<java.lang.String>
getNamesAfterOthers()
  1. java.util.List<java.lang.String>
getNamesBeforeOthers()
  1. boolean
isSetOthers()

Method Detail

isSetOthers

  1. boolean isSetOthers()
Returns:
true if <others> is specified

getNamesBeforeOthers

  1. java.util.List<java.lang.String> getNamesBeforeOthers( )
Returns:
<name>, appearing before <others> if specified, as a read-only list

getNamesAfterOthers

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