|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Setter<T>
Provides the basic mechanism to set values.
| Method Summary | |
|---|---|
Class<T> |
getType()
Gets the type of the underlying method/field. |
boolean |
isMultiValued()
Whether this setter is instrinsically multi-valued. |
void |
set(T value)
Adds/sets a value to the property of the option bean. |
| Method Detail |
|---|
void set(T value)
throws ProcessingException
A Setter object has an implicit knowledge about the property it's setting,
and the instance of the option bean.
ProcessingExceptionClass<T> getType()
boolean isMultiValued()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||