|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a generic interface for all parameters holding a string value.
Method Summary | |
int |
getMaxSize()
Getter for string argument maximum size |
java.lang.String |
getValue()
Getter for the string value of the argument |
boolean |
isAutoResize()
Shows if string argument is autoresizeable. |
void |
setAutoResize(boolean autoResize)
Sets an auto resizeable property. |
void |
setMaxSize(int maxSize)
Sets the maximum size of the string argument. |
void |
setValue(java.lang.String value)
Sets the value for the argument. |
Method Detail |
public boolean isAutoResize()
public void setAutoResize(boolean autoResize)
autoResize
- autoresizeabilitypublic int getMaxSize()
public void setMaxSize(int maxSize)
maxSize
- maximum size of the string argumentpublic void setValue(java.lang.String value)
value
- the value to set.public java.lang.String getValue()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |