edu.iris.Fissures.IfNetwork
Class RecordingStyle

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.RecordingStyle
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class RecordingStyle
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
static int _CONTINUOUS
           
static int _OTHER
           
static int _TRIGGERED
           
static int _UNKNOWN
           
static RecordingStyle CONTINUOUS
           
static RecordingStyle OTHER
           
static RecordingStyle TRIGGERED
           
static RecordingStyle UNKNOWN
           
 
Constructor Summary
protected RecordingStyle(int value)
           
 
Method Summary
static RecordingStyle 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

_CONTINUOUS

public static final int _CONTINUOUS
See Also:
Constant Field Values

CONTINUOUS

public static final RecordingStyle CONTINUOUS

_TRIGGERED

public static final int _TRIGGERED
See Also:
Constant Field Values

TRIGGERED

public static final RecordingStyle TRIGGERED

_OTHER

public static final int _OTHER
See Also:
Constant Field Values

OTHER

public static final RecordingStyle OTHER

_UNKNOWN

public static final int _UNKNOWN
See Also:
Constant Field Values

UNKNOWN

public static final RecordingStyle UNKNOWN
Constructor Detail

RecordingStyle

protected RecordingStyle(int value)
Method Detail

value

public int value()

from_int

public static RecordingStyle from_int(int value)