|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectValidatorUniqueString
com.ibm.etools.iseries.rse.ui.validators.ValidatorIBMUserTypeName
public class ValidatorIBMUserTypeName
This is a copy of ValidatorUserTypeName from Open RSE, but modified to work around the nls problems currently in open rse 3.0. TODO: Remove this class when NLS is fixed in Open RSE 3.1
| Field Summary | |
|---|---|
static String |
copyright
|
static int |
MAX_UDTNAME_LENGTH
|
protected SystemMessage |
msg_Invalid
|
| Constructor Summary | |
|---|---|
ValidatorIBMUserTypeName()
Use this constructor when the name need not be unique, and you just want the syntax checking. |
|
| Method Summary | |
|---|---|
protected boolean |
checkForBadCharacters(String newText)
Overridable method for invalidate character check, beyond what this class offers |
SystemMessage |
getInvalidMessage(String substitutionString)
|
int |
getMaximumNameLength()
Return the max length for folder names: 50 |
SystemMessage |
getNotUniqueMessage(String substitutionString)
|
SystemMessage |
isSyntaxOk(String newText)
Validate each character. |
String |
isValid(String newText)
Copied from ValidatorUniqueString, which slight modifications for the NLS problems in open RSE 3.0 |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String copyright
public static final int MAX_UDTNAME_LENGTH
protected SystemMessage msg_Invalid
| Constructor Detail |
|---|
public ValidatorIBMUserTypeName()
| Method Detail |
|---|
protected boolean checkForBadCharacters(String newText)
public String toString()
public SystemMessage isSyntaxOk(String newText)
public int getMaximumNameLength()
public String isValid(String newText)
public SystemMessage getInvalidMessage(String substitutionString)
public SystemMessage getNotUniqueMessage(String substitutionString)
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||