public class OptionEntry extends Object implements Serializable
Constructor and Description |
---|
OptionEntry(Object value,
String text) |
OptionEntry(Object value,
String text,
boolean active) |
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–2020 Apache Software Foundation. All rights reserved.