Uses of Class
_SDOPackage.NumericType

Packages that use NumericType
_SDOPackage   
 

Uses of NumericType in _SDOPackage
 

Fields in _SDOPackage declared as NumericType
static NumericType NumericType.DOUBLE_TYPE
           
static NumericType NumericType.FLOAT_TYPE
           
static NumericType NumericType.LONG_TYPE
           
static NumericType NumericType.SHORT_TYPE
           
 NumericType NumericTypeHolder.value
           
 

Methods in _SDOPackage that return NumericType
 NumericType Numeric.discriminator()
           
static NumericType NumericTypeHelper.extract(org.omg.CORBA.Any a)
           
static NumericType NumericType.from_int(int value)
           
static NumericType NumericTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type NumericType
 void Numeric.double_value(NumericType discriminator, double value)
           
 void Numeric.float_value(NumericType discriminator, float value)
           
static void NumericTypeHelper.insert(org.omg.CORBA.Any a, NumericType that)
           
 void Numeric.long_value(NumericType discriminator, int value)
           
 void Numeric.short_value(NumericType discriminator, short value)
           
static void NumericTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream, NumericType value)
           
 

Constructors in _SDOPackage with parameters of type NumericType
NumericTypeHolder(NumericType initialValue)