|
Remote Systems v6.4.1 |
||||||||||
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.
Field Summary | |
---|---|
static String |
copyright
|
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. |
Field Detail |
public static final String copyright
Method Detail |
public void setCaseSensitive(boolean caseSensitive)
public void setExistingNamesList(String[] existingList)
public void setExistingNamesList(Vector existingList)
public String[] getExistingNamesList()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |