public class EnumerationUnitDescriptor extends java.lang.Object implements Descriptor
Constructor and Description |
---|
EnumerationUnitDescriptor()
will be called when writing streams.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getDomElement() |
double |
getValue() |
void |
setMessage(java.lang.String label) |
void |
setName(java.lang.String type) |
void |
setValue(double value) |
public EnumerationUnitDescriptor()
public void setName(java.lang.String type)
public void setMessage(java.lang.String label)
public void setValue(double value)
public double getValue()
public org.w3c.dom.Element getDomElement()
getDomElement
in interface Descriptor