_SDOPackage
Class NumericType

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

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

_SDOPackage/NumericType.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 _DOUBLE_TYPE
           
static int _FLOAT_TYPE
           
static int _LONG_TYPE
           
static int _SHORT_TYPE
           
static NumericType DOUBLE_TYPE
           
static NumericType FLOAT_TYPE
           
static NumericType LONG_TYPE
           
static NumericType SHORT_TYPE
           
 
Constructor Summary
protected NumericType(int value)
           
 
Method Summary
static NumericType 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

_SHORT_TYPE

public static final int _SHORT_TYPE
See Also:
Constant Field Values

SHORT_TYPE

public static final NumericType SHORT_TYPE

_LONG_TYPE

public static final int _LONG_TYPE
See Also:
Constant Field Values

LONG_TYPE

public static final NumericType LONG_TYPE

_FLOAT_TYPE

public static final int _FLOAT_TYPE
See Also:
Constant Field Values

FLOAT_TYPE

public static final NumericType FLOAT_TYPE

_DOUBLE_TYPE

public static final int _DOUBLE_TYPE
See Also:
Constant Field Values

DOUBLE_TYPE

public static final NumericType DOUBLE_TYPE
Constructor Detail

NumericType

protected NumericType(int value)
Method Detail

value

public int value()

from_int

public static NumericType from_int(int value)