public class MeasureType extends Object
| Constructor and Description |
|---|
MeasureType()
Default Constructor
|
MeasureType(Node node) |
MeasureType(String unit,
Double value)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUnit()
Getter for unit
|
Double |
getValue()
Getter for value
|
void |
setUnit(String unit)
Setter for unit
|
void |
setValue(Double value)
Setter for value
|
String |
toXMLString(String prefix,
String name) |
public MeasureType()
public MeasureType(Node node) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2017. All Rights Reserved.