_SDOPackage
Class ComplexDataType

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

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

_SDOPackage/ComplexDataType.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 _ENUMERATION
           
static int _INTERVAL
           
static int _RANGE
           
static ComplexDataType ENUMERATION
           
static ComplexDataType INTERVAL
           
static ComplexDataType RANGE
           
 
Constructor Summary
protected ComplexDataType(int value)
           
 
Method Summary
static ComplexDataType 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

_ENUMERATION

public static final int _ENUMERATION
See Also:
Constant Field Values

ENUMERATION

public static final ComplexDataType ENUMERATION

_RANGE

public static final int _RANGE
See Also:
Constant Field Values

RANGE

public static final ComplexDataType RANGE

_INTERVAL

public static final int _INTERVAL
See Also:
Constant Field Values

INTERVAL

public static final ComplexDataType INTERVAL
Constructor Detail

ComplexDataType

protected ComplexDataType(int value)
Method Detail

value

public int value()

from_int

public static ComplexDataType from_int(int value)