|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemValidatorUniqueString
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 |
---|
void setCaseSensitive(boolean caseSensitive)
void setExistingNamesList(String[] existingList)
void setExistingNamesList(Collection existingList)
String[] getExistingNamesList()
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |