|
RSE Release 1.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(String[] existingList)
Reset the existing names list. |
void |
setExistingNamesList(Vector existingList)
Reset the existing names list. |
| Method Detail |
public void setCaseSensitive(boolean caseSensitive)
public void setExistingNamesList(String[] existingList)
public void setExistingNamesList(Vector existingList)
public String[] getExistingNamesList()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||