|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An extended idea of a Variable.
| Method Summary | |
String |
getDescription()
Returns the description |
Class |
getType()
Returns the type |
Object |
getValue()
Returns the value based upon the validator associated with this type |
boolean |
isRequired()
Tells if this is required or not |
boolean |
isSet()
Sees if this is set to non-null and not FALSE |
void |
setValue(Object newValue)
Sets the value, if it is a String it reuses the validator associated with this type |
| Method Detail |
public String getDescription()
public Class getType()
public Object getValue()
public boolean isRequired()
public boolean isSet()
public void setValue(Object newValue)
newValue -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||