public class OptionEntry extends Object implements Cloneable, Serializable
Constructor and Description |
---|
OptionEntry(Object value,
String text) |
OptionEntry(Object value,
String text,
boolean active) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getText() |
Object |
getValue() |
String |
getValueString()
Gets the value as string
|
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setText(String text) |
String |
toString() |
boolean |
valueEquals(Object value) |
public Object getValue()
public boolean valueEquals(Object value)
public String getValueString()
null
public String getText()
public void setText(String text)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.