RTC
Class ExecutionKind
java.lang.Object
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 .
IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ����
������: idl/ComponentObserver.idl
2011�N10��5�� 15��39��14�b JST
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
ExecutionKind
protected ExecutionKind(int value)
value
public int value()
from_int
public static ExecutionKind from_int(int value)