public class SelectOption extends Object implements Serializable
SelectOption(String label, String value)
String
getLabel()
getValue()
void
setLabel(String label)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SelectOption(String label, String value)
public void setValue(String value)
public String getValue()
public void setLabel(String label)
public String getLabel()
Copyright © 2003-2016 Sakai Project. All Rights Reserved.