Package com.ibm.ws.javaee.dd.web.common
Interface Ordering
- 
 public interface Ordering
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getAfterNames()java.util.List<java.lang.String>getBeforeNames()booleanisSetAfter()booleanisSetAfterOthers()booleanisSetBefore()booleanisSetBeforeOthers()
 
- 
- 
- 
Method Detail- 
isSetAfterboolean isSetAfter() - Returns:
- true if <after> is specified
- See Also:
- getAfterNames(),- isSetAfterOthers()
 
 - 
getAfterNamesjava.util.List<java.lang.String> getAfterNames() - Returns:
- <name>, within <after> if specified, as a read-only list
- See Also:
- isSetAfter()
 
 - 
isSetAfterOthersboolean isSetAfterOthers() - Returns:
- true if <others>, within <after> if specified, is specified
- See Also:
- isSetAfter()
 
 - 
isSetBeforeboolean isSetBefore() - Returns:
- true if <before> is specified
- See Also:
- getBeforeNames(),- isSetBeforeOthers()
 
 - 
getBeforeNamesjava.util.List<java.lang.String> getBeforeNames() - Returns:
- <name>, within <before> if specified, as a read-only list
- See Also:
- isSetBefore()
 
 - 
isSetBeforeOthersboolean isSetBeforeOthers() - Returns:
- true if <others>, within <before> if specified, is specified
- See Also:
- isSetBefore()
 
 
- 
 
-