edu.sc.seis.fissuresUtil.xml
Class SeismogramFileTypes
java.lang.Object
edu.sc.seis.fissuresUtil.xml.SeismogramFileTypes
public class SeismogramFileTypes
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SAC
public static final SeismogramFileTypes SAC
MSEED
public static final SeismogramFileTypes MSEED
PSN
public static final SeismogramFileTypes PSN
RT_130
public static final SeismogramFileTypes RT_130
SIMPLE_ASCII
public static final SeismogramFileTypes SIMPLE_ASCII
URL_PREFIX
public static final java.lang.String URL_PREFIX
- See Also:
- Constant Field Values
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getName
public java.lang.String getName()
getIntValue
public int getIntValue()
getURLValue
public java.net.URL getURLValue()
fromString
public static SeismogramFileTypes fromString(java.lang.String typeURL)
throws UnsupportedFileTypeException
- Throws:
UnsupportedFileTypeException
fromInt
public static SeismogramFileTypes fromInt(int type)
throws UnsupportedFileTypeException
- Throws:
UnsupportedFileTypeException