|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of values that this source providespublic interface IValueSource<T>
Interface that acts as a generic provider of values to the system
| Method Summary | |
|---|---|
ClassPreferences |
getPropertyClass(java.lang.String propertyName)
Returns the class preferences for a property |
java.util.Set<java.lang.String> |
getPropertyNames()
Returns the set of all existing properties at the time of invocation. |
T |
getValue(java.lang.String propertyName)
Provides the value of a specific property |
boolean |
propertyExists(java.lang.String propertyName)
Checks whether a specific property exists. |
void |
setValue(java.lang.String propertyName,
T value)
Sets the value of a specific property. |
| Method Detail |
|---|
T getValue(java.lang.String propertyName)
propertyName - Name of the requested property. Assumed to exist.
void setValue(java.lang.String propertyName,
T value)
propertyName - Name of the requested property.value - Property value.java.util.Set<java.lang.String> getPropertyNames()
ClassPreferences getPropertyClass(java.lang.String propertyName)
propertyName - Name of the property
boolean propertyExists(java.lang.String propertyName)
propertyName - Name of the requested property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||