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