|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
BIComparator interface. Adds four methods to Comparator: set/getLocale, set/getErrorHandler. Locale information allows comparisons to be lenguage-dependent.
| Method Summary | |
ErrorHandler |
getErrorHandler()Returns and ErrorHandler object. |
java.util.Locale |
getLocale()Returns Locale that detemines the language used for comparisons. |
void |
setErrorHandler(ErrorHandler eh)Sets an ErrorHandler object. |
void |
setLocale(java.util.Locale l)Sets Locale to detemine the language used for comparisons. |
| Methods inherited from interface java.util.Comparator |
compare, equals |
| Method Detail |
public void setLocale(java.util.Locale l)
Locale to detemine the language used for comparisons. This method has to be explicitly called when creating a BIComparator instance to ensure that sorting is performed in the correct Locale.l - a Locale object.public java.util.Locale getLocale()
Locale that detemines the language used for comparisons.Locale object.public void setErrorHandler(ErrorHandler eh)
ErrorHandler object.eh - ErrorHandlerpublic ErrorHandler getErrorHandler()
ErrorHandler object.ErrorHandler
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||