|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.netweaver.bc.rf.common.namespace.CollatorEntry
Interface describing an entry in the collator list.
INamespaceManager,
ICollator| Constructor Summary | |
CollatorEntry(IName name,
boolean isAscending)
Construct object of class CollatorEntry. |
|
| Method Summary | |
IName |
getName()
Get name this collator entry is be based on. |
boolean |
isAscending()
Get flag whether or not this collator entry should be used to sort in ascending or descending order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CollatorEntry(IName name,
boolean isAscending)
name - name this collator entry is be based onisAscending - flag whether or not this collator entry should be used
to sort in ascending or descending order| Method Detail |
public IName getName()
getName in interface ICollatorEntrypublic boolean isAscending()
isAscending in interface ICollatorEntry
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||