Class BaseFilterType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
- Direct Known Subclasses:
Coefficients
,FIR
,PolesZeros
,Polynomial
,ResponseList
public abstract class BaseFilterType
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected Unit
inputUnits
protected Unit
outputUnits
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
Unit
getInputUnits()
java.lang.String
getName()
Unit
getOutputUnits()
java.lang.String
getResourceId()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
inputUnits
-
outputUnits
-
-
Method Details
-
getInputUnits
-
getOutputUnits
-
getResourceId
public java.lang.String getResourceId() -
getName
public java.lang.String getName() -
getDescription
public java.lang.String getDescription()
-