_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 . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/ComponentObserver.idl 2011�N10��5�� 15��39��13�b 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)