Constructor and Description |
---|
Option(String value) |
Option(String label,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLabel()
Returns the label that represents the option.
|
String |
getValue()
Returns the value of the option.
|
int |
hashCode() |
String |
toString() |
XmlStringBuilder |
toXML() |
public static final String ELEMENT
public Option(String value)
public String getLabel()
public String getValue()
public XmlStringBuilder toXML()
Copyright © 2015 Ignite Realtime. All rights reserved.