|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is implemented by any validator that does uniqueness checking. Allows common code that will set the list of string to check against.
| Method Summary | |
String[] |
getExistingNamesList()
Return the existing names list. |
void |
setCaseSensitive(boolean caseSensitive)
Reset whether this is a case-sensitive list or not |
void |
setExistingNamesList(Collection existingList)
Reset the existing names list. |
void |
setExistingNamesList(String[] existingList)
Reset the existing names list. |
| Method Detail |
public void setCaseSensitive(boolean caseSensitive)
public void setExistingNamesList(String[] existingList)
public void setExistingNamesList(Collection existingList)
public String[] getExistingNamesList()
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||