edu.iris.Fissures.IfNetwork
Class RecordingStyle
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
RecordingStyle
protected RecordingStyle(int value)
value
public int value()
from_int
public static RecordingStyle from_int(int value)