|
args4j 2.0.12-redhat-1 | |||||||||
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. |
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.
CmdLineException
Class<T> getType()
boolean isMultiValued()
|
args4j 2.0.12-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |