public final class RadioButtonFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
RadioButtonFieldValue(String value)
Creates a new
RadioButtonFieldValue instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
String |
getValue()
The selected option of the Radio button.
|
int |
hashCode() |
String |
toString() |
isBuiltin@ConstructorProperties(value="value") public RadioButtonFieldValue(String value)
RadioButtonFieldValue instance.value - The selected option of the Radio button.public FieldType getType()
getType in interface FieldValuepublic String getValue()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object