_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 コンパイラ (ポータブル), バージョン "3.1" で生成 生成元: idl/LogicalTimeTriggeredEC.idl 2015年3月20日 14時35分51秒 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)