edu.sc.seis.seisFile.fdsnws.stationxml
Class FloatType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
edu.sc.seis.seisFile.fdsnws.stationxml.FloatType
public class FloatType
- extends FloatNoUnitType
a float value with optional unit and errors.
Constructor Summary |
FloatType(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
|
FloatType(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName,
java.lang.String fixedUnit)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FloatType
public FloatType(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
throws StationXMLException,
javax.xml.stream.XMLStreamException
- Throws:
StationXMLException
javax.xml.stream.XMLStreamException
FloatType
public FloatType(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName,
java.lang.String fixedUnit)
throws StationXMLException,
javax.xml.stream.XMLStreamException
- Throws:
StationXMLException
javax.xml.stream.XMLStreamException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getUnit
public java.lang.String getUnit()