com.ibm.ws.javaee.dd.web.common
Interface Ordering
- public interface Ordering
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAfterNames()
|
|
getBeforeNames()
|
|
isSetAfter()
|
|
isSetAfterOthers()
|
|
isSetBefore()
|
|
isSetBeforeOthers()
|
Method Detail
isSetAfter
- boolean isSetAfter()
getAfterNames
- java.util.List<java.lang.String> getAfterNames( )
isSetAfterOthers
- boolean isSetAfterOthers()
isSetBefore
- boolean isSetBefore()
getBeforeNames
- java.util.List<java.lang.String> getBeforeNames( )
isSetBeforeOthers
- boolean isSetBeforeOthers()