edu.sc.seis.seisFile.fdsnws.stationxml
Class Unit
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Unit
public class Unit
- extends java.lang.Object
Field Summary |
static java.lang.String |
DEGREE
|
static java.lang.String |
HERTZ
|
static java.lang.String |
METER
|
Constructor Summary |
Unit(javax.xml.stream.XMLEventReader reader)
|
Unit(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEGREE
public static final java.lang.String DEGREE
- See Also:
- Constant Field Values
METER
public static final java.lang.String METER
- See Also:
- Constant Field Values
HERTZ
public static final java.lang.String HERTZ
- See Also:
- Constant Field Values
Unit
public Unit(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Unit
public Unit(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object