edu.iris.Fissures.IfNetwork
Class TransferType

java.lang.Object
  extended by 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

Field Summary
static int _ANALOG
           
static int _COMPOSITE
           
static int _DIGITAL
           
static int _LAPLACE
           
static TransferType ANALOG
           
static TransferType COMPOSITE
           
static TransferType DIGITAL
           
static TransferType LAPLACE
           
 
Constructor Summary
protected TransferType(int value)
           
 
Method Summary
static TransferType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

TransferType

protected TransferType(int value)
Method Detail

value

public int value()

from_int

public static TransferType from_int(int value)