public class ValueHint extends Object implements Serializable
Constructor and Description |
---|
ValueHint() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A description of this value, if any.
|
String |
getShortDescription()
A single-line, single-sentence description of this hint, if any.
|
Object |
getValue()
Return the hint value.
|
void |
setDescription(String description) |
void |
setShortDescription(String shortDescription) |
void |
setValue(Object value) |
String |
toString() |
public Object getValue()
public void setValue(Object value)
public String getDescription()
getShortDescription()
public void setDescription(String description)
public String getShortDescription()
getDescription()
public void setShortDescription(String shortDescription)