public interface Getter<T>
Setter
java.util.List<T>
getValueList()
java.util.List<T> getValueList()
A Getter object has an implicit knowledge about the property it's getting, and the instance of the option bean.
Getter