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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Unit
getInputUnits()
java.lang.String
getName()
Unit
getOutputUnits()
java.lang.String
getResourceId()
-