|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserAdjustable
An interface defining properties that are settable by the user.
| Method Summary | |
|---|---|
Map<String,Object> |
getDefined()
Returns a map of all parameters set plus their current values. |
Object |
getID()
Returns a unique id of this user adjustable. |
Map<String,Object> |
getMissing()
Returns a map of all unset variables that are settable. |
Map<String,Object> |
getRequired()
Returns a map of all required variables and their current values. |
Map<String,Object> |
getSettable()
Returns a map of all settable variables. |
Class<?> |
getType(String name)
Returns the class type of the value. |
Object |
getValue(String name)
Returns the current value of the quoted variable. |
Map<String,Object> |
getVariables()
Returns a map of all set and unset variables. |
boolean |
isValid()
Returns true if this class has all required properties set. |
boolean |
setValue(String name,
Object value)
Sets a varibale of the given name to its value. |
boolean |
update()
Updates dependant variables. |
| Method Detail |
|---|
Object getID()
DTDConstants.CONSTRAINT element). For Meriting
interfaces, the class name of the implementing class comes into
mind.Initializable
boolean update()
boolean isValid()
boolean setValue(String name,
Object value)
Object getValue(String name)
Class<?> getType(String name)
Map<String,Object> getDefined()
Map<String,Object> getMissing()
Map<String,Object> getRequired()
Map<String,Object> getVariables()
Map<String,Object> getSettable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||