Package com.ibm.ws.javaee.dd.web.common
Interface Ordering
public interface Ordering
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
-
Method Details
-
isSetAfter
boolean isSetAfter()- Returns:
- true if <after> is specified
- See Also:
-
getAfterNames
- Returns:
- <name>, within <after> if specified, as a read-only list
- See Also:
-
isSetAfterOthers
boolean isSetAfterOthers()- Returns:
- true if <others>, within <after> if specified, is specified
- See Also:
-
isSetBefore
boolean isSetBefore()- Returns:
- true if <before> is specified
- See Also:
-
getBeforeNames
- Returns:
- <name>, within <before> if specified, as a read-only list
- See Also:
-
isSetBeforeOthers
boolean isSetBeforeOthers()- Returns:
- true if <others>, within <before> if specified, is specified
- See Also:
-