| Package | Description |
|---|---|
| _SDOPackage |
| Modifier and Type | Field and Description |
|---|---|
Numeric |
IntervalType.max |
Numeric |
RangeType.max |
Numeric |
IntervalType.min |
Numeric |
RangeType.min |
Numeric |
IntervalType.step |
Numeric |
NumericHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static Numeric |
NumericHelper.extract(org.omg.CORBA.Any a) |
static Numeric |
NumericHelper.read(org.omg.CORBA.portable.InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NumericHelper.insert(org.omg.CORBA.Any a,
Numeric that) |
static void |
NumericHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Numeric value) |
| Constructor and Description |
|---|
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) |