|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ReturnType - the interface returned from these methodspublic static interface Configurator.PropertySetter<ReturnType>

The interface used to set the value for a JavaBean-style property.
Configurator.SetProperties.with(String)| Method Summary | |
|---|---|
ReturnType |
setTo(boolean value)
Set the property value to a boolean. |
ReturnType |
setTo(double value)
Set the property value to a double. |
ReturnType |
setTo(float value)
Set the property value to a float. |
ReturnType |
setTo(int value)
Set the property value to an integer. |
ReturnType |
setTo(long value)
Set the property value to a long number. |
ReturnType |
setTo(Object value)
Set the property value to an object. |
ReturnType |
setTo(short value)
Set the property value to a short. |
ReturnType |
setTo(String value)
Set the property value to a string. |
| Method Detail |
|---|
ReturnType setTo(int value)
value - the new value for the property
ReturnType setTo(long value)
value - the new value for the property
ReturnType setTo(short value)
value - the new value for the property
ReturnType setTo(boolean value)
value - the new value for the property
ReturnType setTo(float value)
value - the new value for the property
ReturnType setTo(double value)
value - the new value for the property
ReturnType setTo(String value)
value - the new value for the property
ReturnType setTo(Object value)
value - the new value for the property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||