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 UnitinputUnitsprotected UnitoutputUnits -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()UnitgetInputUnits()java.lang.StringgetName()UnitgetOutputUnits()java.lang.StringgetResourceId()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()
-