パッケージ | 説明 |
---|---|
_SDOPackage |
修飾子とタイプ | フィールドと説明 |
---|---|
Numeric |
IntervalType.max |
Numeric |
RangeType.max |
Numeric |
IntervalType.min |
Numeric |
RangeType.min |
Numeric |
IntervalType.step |
Numeric |
NumericHolder.value |
修飾子とタイプ | メソッドと説明 |
---|---|
static Numeric |
NumericHelper.extract(org.omg.CORBA.Any a) |
static Numeric |
NumericHelper.read(org.omg.CORBA.portable.InputStream istream) |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
NumericHelper.insert(org.omg.CORBA.Any a,
Numeric that) |
static void |
NumericHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Numeric value) |
コンストラクタと説明 |
---|
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) |