Uses of Class
_SDOPackage.Numeric

Packages that use Numeric
_SDOPackage   
 

Uses of Numeric in _SDOPackage
 

Fields in _SDOPackage declared as Numeric
 Numeric RangeType.max
           
 Numeric IntervalType.max
           
 Numeric RangeType.min
           
 Numeric IntervalType.min
           
 Numeric IntervalType.step
           
 Numeric NumericHolder.value
           
 

Methods in _SDOPackage that return Numeric
static Numeric NumericHelper.extract(org.omg.CORBA.Any a)
           
static Numeric NumericHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type Numeric
static void NumericHelper.insert(org.omg.CORBA.Any a, Numeric that)
           
static void NumericHelper.write(org.omg.CORBA.portable.OutputStream ostream, Numeric value)
           
 

Constructors in _SDOPackage with parameters of type Numeric
IntervalType(Numeric _min, Numeric _max, boolean _min_inclusive, boolean _max_inclusive, Numeric _step)
           
NumericHolder(Numeric initialValue)
           
RangeType(Numeric _min, Numeric _max, boolean _min_inclusive, boolean _max_inclusive)