RTC
Class ExecutionKind

java.lang.Object
  extended by RTC.ExecutionKind
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

RTC/ExecutionKind.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Field Summary
static int _EVENT_DRIVEN
           
static int _OTHER
           
static int _PERIODIC
           
static ExecutionKind EVENT_DRIVEN
           
static ExecutionKind OTHER
           
static ExecutionKind PERIODIC
           
 
Constructor Summary
protected ExecutionKind(int value)
           
 
Method Summary
static ExecutionKind 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

_PERIODIC

public static final int _PERIODIC
See Also:
Constant Field Values

PERIODIC

public static final ExecutionKind PERIODIC

_EVENT_DRIVEN

public static final int _EVENT_DRIVEN
See Also:
Constant Field Values

EVENT_DRIVEN

public static final ExecutionKind EVENT_DRIVEN

_OTHER

public static final int _OTHER
See Also:
Constant Field Values

OTHER

public static final ExecutionKind OTHER
Constructor Detail

ExecutionKind

protected ExecutionKind(int value)
Method Detail

value

public int value()

from_int

public static ExecutionKind from_int(int value)