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" ���� ������: RTC.idl 2007�N9��5�� 19��07��09�b GMT

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

フィールドの概要
static int _EVENT_DRIVEN
           
static int _OTHER
           
static int _PERIODIC
           
static ExecutionKind EVENT_DRIVEN
           
static ExecutionKind OTHER
           
static ExecutionKind PERIODIC
           
 
メソッドの概要
static ExecutionKind from_int(int value)
           
 int value()
           
 
クラス java.lang.Object から継承されたメソッド
equals, 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
メソッドの詳細

value

public int value()

from_int

public static ExecutionKind from_int(int value)