public class Option extends Object implements Serializable
Option()
Option(String value, String label)
String
getLabel()
getValue()
void
setLabel(String label)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Option()
public Option(String value, String label)
public String getValue()
public void setValue(String value)
public String getLabel()
public void setLabel(String label)
Copyright © 2023. All rights reserved.