|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--roast.ArgType
|
+--roast.AlphabeticArgType
An AlphabeticArgType determines whether a given string contains only alphabetic characters and has a length in a given range.
| Constructor Summary | |
AlphabeticArgType(int maxLength0)
Creates a new instance. |
|
| Method Summary | |
boolean |
isValid(java.lang.String s)
Determines whether s is a valid alphabetic string with a valid length. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AlphabeticArgType(int maxLength0)
| Method Detail |
public boolean isValid(java.lang.String s)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||