Uses of Class
_SDOPackage.ComplexDataType

Packages that use ComplexDataType
_SDOPackage   
 

Uses of ComplexDataType in _SDOPackage
 

Fields in _SDOPackage declared as ComplexDataType
static ComplexDataType ComplexDataType.ENUMERATION
           
static ComplexDataType ComplexDataType.INTERVAL
           
static ComplexDataType ComplexDataType.RANGE
           
 ComplexDataType ComplexDataTypeHolder.value
           
 

Methods in _SDOPackage that return ComplexDataType
 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)
           
 

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

Constructors in _SDOPackage with parameters of type ComplexDataType
ComplexDataTypeHolder(ComplexDataType initialValue)