Uses of Class
_SDOPackage.RangeType

Packages that use RangeType
_SDOPackage   
 

Uses of RangeType in _SDOPackage
 

Fields in _SDOPackage declared as RangeType
 RangeType RangeTypeHolder.value
           
 

Methods in _SDOPackage that return RangeType
 RangeType AllowedValues.allowed_range()
           
static RangeType RangeTypeHelper.extract(org.omg.CORBA.Any a)
           
static RangeType RangeTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type RangeType
 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)
           
 

Constructors in _SDOPackage with parameters of type RangeType
RangeTypeHolder(RangeType initialValue)