edu.iris.Fissures.IfNetwork
Class FilterType
java.lang.Object
edu.iris.Fissures.IfNetwork.FilterType
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class FilterType
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
The type of response filter, these correspond to blockette 54 for
coefficient, 53 for polezero and 55 for list. List is for compatibility
with very old stations, and should not be used if possible.
- See Also:
- Serialized Form
Constructor Summary |
protected |
FilterType(int value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_COEFFICIENT
public static final int _COEFFICIENT
- See Also:
- Constant Field Values
COEFFICIENT
public static final FilterType COEFFICIENT
_POLEZERO
public static final int _POLEZERO
- See Also:
- Constant Field Values
POLEZERO
public static final FilterType POLEZERO
_LIST
public static final int _LIST
- See Also:
- Constant Field Values
LIST
public static final FilterType LIST
FilterType
protected FilterType(int value)
value
public int value()
from_int
public static FilterType from_int(int value)