Constructor and Description |
---|
MapSetter(java.lang.Object bean,
java.lang.reflect.Field f) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.Object value)
Adds/sets a value to the property of the option bean.
|
java.lang.Class |
getType()
Gets the type of the underlying method/field.
|
boolean |
isMultiValued()
Whether this setter is instrinsically multi-valued.
|
public java.lang.Class getType()
Setter
public boolean isMultiValued()
Setter
isMultiValued
in interface Setter
Copyright © 2003-2011 Kohsuke Kawaguchi. All Rights Reserved.