RTC
Class LifeCycleState

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

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

RTC/LifeCycleState.java . IDL-to-Java コンパイラ (ポータブル), バージョン "3.1" で生成 生成元: idl/LogicalTimeTriggeredEC.idl 2015年3月20日 14時35分51秒 JST

See Also:
Serialized Form

Field Summary
static int _ACTIVE_STATE
           
static int _CREATED_STATE
           
static int _ERROR_STATE
           
static int _INACTIVE_STATE
           
static LifeCycleState ACTIVE_STATE
           
static LifeCycleState CREATED_STATE
           
static LifeCycleState ERROR_STATE
           
static LifeCycleState INACTIVE_STATE
           
 
Constructor Summary
protected LifeCycleState(int value)
           
 
Method Summary
static LifeCycleState 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

_CREATED_STATE

public static final int _CREATED_STATE
See Also:
Constant Field Values

CREATED_STATE

public static final LifeCycleState CREATED_STATE

_INACTIVE_STATE

public static final int _INACTIVE_STATE
See Also:
Constant Field Values

INACTIVE_STATE

public static final LifeCycleState INACTIVE_STATE

_ACTIVE_STATE

public static final int _ACTIVE_STATE
See Also:
Constant Field Values

ACTIVE_STATE

public static final LifeCycleState ACTIVE_STATE

_ERROR_STATE

public static final int _ERROR_STATE
See Also:
Constant Field Values

ERROR_STATE

public static final LifeCycleState ERROR_STATE
Constructor Detail

LifeCycleState

protected LifeCycleState(int value)
Method Detail

value

public int value()

from_int

public static LifeCycleState from_int(int value)