public class MultiValueFieldGetter extends AbstractGetter<Object>
bean, f, type| Constructor and Description | 
|---|
| MultiValueFieldGetter(String name,
                     Object bean,
                     Field f) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<IndependentPair<String,Class<?>>> | getStringValues()A  Getterobject has an implicit knowledge about the property it's setting,
 and the instance of the option bean. | 
| boolean | isMultiValued() | 
getOptionName, getTypepublic MultiValueFieldGetter(String name, Object bean, Field f)
bean - name - f - public List<IndependentPair<String,Class<?>>> getStringValues()
GetterGetter object has an implicit knowledge about the property it's setting,
 and the instance of the option bean.public boolean isMultiValued()
isMultiValued in interface Getter<Object>isMultiValued in class AbstractGetter<Object>