public class CustomInput extends Input
Constructor and Description |
---|
CustomInput(java.lang.String name,
java.lang.String value)
Creates this input parsing required values from the given text
|
Modifier and Type | Method and Description |
---|---|
void |
setValueChecked(java.lang.Object value)
Sets the value for the input.
|
java.lang.String |
toString() |
public CustomInput(java.lang.String name, java.lang.String value)
name
- The name to addvalue
- The value to setpublic void setValueChecked(java.lang.Object value)
Input
setValueChecked
in class Input
value
- The new value for the input@NotNull public java.lang.String toString()
toString
in class java.lang.Object