Package com.ibm.ws.javaee.dd.web.common
Interface AbsoluteOrdering
- 
 public interface AbsoluteOrdering
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getNamesAfterOthers()java.util.List<java.lang.String>getNamesBeforeOthers()booleanisSetOthers()
 
- 
- 
- 
Method Detail- 
isSetOthersboolean isSetOthers() - Returns:
- true if <others> is specified
 
 - 
getNamesBeforeOthersjava.util.List<java.lang.String> getNamesBeforeOthers() - Returns:
- <name>, appearing before <others> if specified, as a read-only list
 
 - 
getNamesAfterOthersjava.util.List<java.lang.String> getNamesAfterOthers() - Returns:
- <name>, appearing after <others> if specified, as a read-only list
 
 
- 
 
-