V
- Param of object we generatepublic abstract class AbstractInput<V> extends BaseInput<V>
validators
Constructor and Description |
---|
AbstractInput() |
Modifier and Type | Method and Description |
---|---|
V |
getValue()
get the current value of the Object created by this selector.
|
void |
setKey(java.lang.String key)
Set the key used by this Selector
|
V |
setValue(V v)
set the value of this selector.
|
addValidator, convert, getKey, getPrettyString, getString, getString, removeValidator, validate, validateInner
public final V getValue()
Input
public final V setValue(V v) throws TypeError
Input
TypeError