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 . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/OpenRTM.idl 2010�N5��10�� 16��53��56�b JST

関連項目:
直列化された形式

フィールドの概要
static int _EVENT_DRIVEN
           
static int _OTHER
           
static int _PERIODIC
           
static ExecutionKind EVENT_DRIVEN
           
static ExecutionKind OTHER
           
static ExecutionKind PERIODIC
           
 
コンストラクタの概要
protected ExecutionKind(int value)
           
 
メソッドの概要
static ExecutionKind from_int(int value)
           
 int value()
           
 
クラス 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)