public interface UserAdjustable
| Modifier and Type | Method and Description |
|---|---|
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 variable of the given name to its value.
|
boolean |
update()
Updates dependent variables.
|
Object getID()
DTDConstants.CONSTRAINT element). For Meriting
interfaces, the class name of the implementing class comes into
mind.Initializableboolean update()
boolean isValid()
boolean setValue(String name, Object value)
Object getValue(String name)
Class<?> getType(String name)
Map<String,Object> getDefined()
Map<String,Object> getRequired()