クラス
_SDOPackage.ComplexDataType の使用

ComplexDataType を使用しているパッケージ
_SDOPackage   
 

_SDOPackage での ComplexDataType の使用
 

ComplexDataType として宣言されている _SDOPackage のフィールド
static ComplexDataType ComplexDataType.ENUMERATION
           
static ComplexDataType ComplexDataType.INTERVAL
           
static ComplexDataType ComplexDataType.RANGE
           
 ComplexDataType ComplexDataTypeHolder.value
           
 

ComplexDataType を返す _SDOPackage のメソッド
 ComplexDataType AllowedValues.discriminator()
           
static ComplexDataType ComplexDataTypeHelper.extract(org.omg.CORBA.Any a)
           
static ComplexDataType ComplexDataType.from_int(int value)
           
static ComplexDataType ComplexDataTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

ComplexDataType 型のパラメータを持つ _SDOPackage のメソッド
 void AllowedValues.allowed_enum(ComplexDataType discriminator, EnumerationType value)
           
 void AllowedValues.allowed_interval(ComplexDataType discriminator, IntervalType value)
           
 void AllowedValues.allowed_range(ComplexDataType discriminator, RangeType value)
           
static void ComplexDataTypeHelper.insert(org.omg.CORBA.Any a, ComplexDataType that)
           
static void ComplexDataTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComplexDataType value)
           
 

ComplexDataType 型のパラメータを持つ _SDOPackage のコンストラクタ
ComplexDataTypeHolder(ComplexDataType initialValue)