クラス
_SDOPackage.RangeType の使用

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

_SDOPackage での RangeType の使用
 

RangeType として宣言されている _SDOPackage のフィールド
 RangeType RangeTypeHolder.value
           
 

RangeType を返す _SDOPackage のメソッド
 RangeType AllowedValues.allowed_range()
           
static RangeType RangeTypeHelper.extract(org.omg.CORBA.Any a)
           
static RangeType RangeTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

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