edu.iris.Fissures.IfNetwork
Class TransferType
java.lang.Object
edu.iris.Fissures.IfNetwork.TransferType
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class TransferType
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
The allowed transfer types. See blockette 53 field 3 in the SEED
manual.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_LAPLACE
public static final int _LAPLACE
- See Also:
- Constant Field Values
LAPLACE
public static final TransferType LAPLACE
_ANALOG
public static final int _ANALOG
- See Also:
- Constant Field Values
ANALOG
public static final TransferType ANALOG
_COMPOSITE
public static final int _COMPOSITE
- See Also:
- Constant Field Values
COMPOSITE
public static final TransferType COMPOSITE
_DIGITAL
public static final int _DIGITAL
- See Also:
- Constant Field Values
DIGITAL
public static final TransferType DIGITAL
TransferType
protected TransferType(int value)
value
public int value()
from_int
public static TransferType from_int(int value)