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