|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CaseSensitivity
Classes that are implementing this interface are able to switch their string comparisons from case sensistive to case insensitive and vice versa.
| Method Summary | |
|---|---|
boolean |
getCaseSensitive()
Returns true, if the search for category and key names is case sensitive. |
void |
setCaseSensitive(boolean isCaseSensitive)
Sets whether or not the internal search for category names and key names must be case sensitive. |
| Method Detail |
|---|
boolean getCaseSensitive()
void setCaseSensitive(boolean isCaseSensitive)
isCaseSensitive - The new value that determins if names are compared case sensitive or not
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||