public final class IntervalType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
修飾子とタイプ | フィールドと説明 |
---|---|
Numeric |
max |
boolean |
max_inclusive |
Numeric |
min |
boolean |
min_inclusive |
Numeric |
step |
コンストラクタと説明 |
---|
IntervalType() |
IntervalType(Numeric _min,
Numeric _max,
boolean _min_inclusive,
boolean _max_inclusive,
Numeric _step) |