public class UntypedData extends Object implements Serializable, Comparable<UntypedData>
MetaData
and its sub classes.
The UntypedData support String as data value
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EMPTY |
protected String |
string |
| Constructor and Description |
|---|
UntypedData()
Constructor for UntypedData.
|
UntypedData(String string)
Constructor for UntypedData.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UntypedData datatype) |
boolean |
equals(Object obj) |
String |
getString()
Getter for the field
_string. |
int |
hashCode() |
void |
setString(String string)
Setter for the field
_string. |
String |
toHTML()
Return a String representation for the HTML pages of the HTTP-Listener
|
String |
toString() |
protected static final String EMPTY
protected String string
public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>public String toHTML()
public void setString(String string)
_string.string - a String object.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.