RTC
Class ActArrayActuatorType

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

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

RTC/ActArrayActuatorType.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/InterfaceDataTypes.idl Thursday, March 3, 2011 3:01:42 PM JST

See Also:
Serialized Form

Field Summary
static int _ACTARRAY_ACTUATORTYPE_LINEAR
           
static int _ACTARRAY_ACTUATORTYPE_ROTARY
           
static ActArrayActuatorType ACTARRAY_ACTUATORTYPE_LINEAR
           
static ActArrayActuatorType ACTARRAY_ACTUATORTYPE_ROTARY
           
 
Constructor Summary
protected ActArrayActuatorType(int value)
           
 
Method Summary
static ActArrayActuatorType 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

_ACTARRAY_ACTUATORTYPE_LINEAR

public static final int _ACTARRAY_ACTUATORTYPE_LINEAR
See Also:
Constant Field Values

ACTARRAY_ACTUATORTYPE_LINEAR

public static final ActArrayActuatorType ACTARRAY_ACTUATORTYPE_LINEAR

_ACTARRAY_ACTUATORTYPE_ROTARY

public static final int _ACTARRAY_ACTUATORTYPE_ROTARY
See Also:
Constant Field Values

ACTARRAY_ACTUATORTYPE_ROTARY

public static final ActArrayActuatorType ACTARRAY_ACTUATORTYPE_ROTARY
Constructor Detail

ActArrayActuatorType

protected ActArrayActuatorType(int value)
Method Detail

value

public int value()

from_int

public static ActArrayActuatorType from_int(int value)