private static class StringFormat.UpperLetterCharInfo extends StringFormat.LetterCharInfo
| Constructor and Description |
|---|
UpperLetterCharInfo(int index)
Initializes the index of this value char.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorNum()
Get the number of the error shown if this char is invalid.
|
char |
makeValueChar(char ch)
Converts input char to screen value according to format.
|
validateChardup, getFillChar, getValueIndexpublic UpperLetterCharInfo(int index)
index - Index in the screen value.public char makeValueChar(char ch)
makeValueChar in class StringFormat.CharInfoch - Input character.public int getErrorNum()
getErrorNum in class StringFormat.LetterCharInfo631.