java.lang.Object
edu.sc.seis.TauP.PhaseName
- All Implemented Interfaces:
java.io.Serializable
public class PhaseName
extends java.lang.Object
implements java.io.Serializable
Convenience class that allows a sac header variable to be associated with a
seismic phase name.
- See Also:
- Serialized Form
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
java.lang.String |
name |
name of the phase, ie PKIKP
|
int |
sacTNum |
sac t header to be associated with the phase
|
-
Constructor Summary
Constructors
Constructor |
Description |
PhaseName(java.lang.String name) |
|
PhaseName(java.lang.String name,
int sacTNum) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
public java.lang.String name
name of the phase, ie PKIKP
-
public int sacTNum
sac t header to be associated with the phase
-
-
Method Details
-
-
public java.lang.String getName()
-
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object