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 . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM 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)