Package com.ibm.ws.javaee.dd.web.common
Interface AbsoluteOrdering
public interface AbsoluteOrdering
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isSetOthers
boolean isSetOthers()- Returns:
- true if <others> is specified
-
getNamesBeforeOthers
- Returns:
- <name>, appearing before <others> if specified, as a read-only list
-
getNamesAfterOthers
- Returns:
- <name>, appearing after <others> if specified, as a read-only list
-