RTC
クラス ExecutionKind
java.lang.Object
RTC.ExecutionKind
- すべての実装されたインタフェース:
- 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
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_PERIODIC
public static final int _PERIODIC
- 関連項目:
- 定数フィールド値
PERIODIC
public static final ExecutionKind PERIODIC
_EVENT_DRIVEN
public static final int _EVENT_DRIVEN
- 関連項目:
- 定数フィールド値
EVENT_DRIVEN
public static final ExecutionKind EVENT_DRIVEN
_OTHER
public static final int _OTHER
- 関連項目:
- 定数フィールド値
OTHER
public static final ExecutionKind OTHER
ExecutionKind
protected ExecutionKind(int value)
value
public int value()
from_int
public static ExecutionKind from_int(int value)