public final class IntervalType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
Numeric |
max |
boolean |
max_inclusive |
Numeric |
min |
boolean |
min_inclusive |
Numeric |
step |
| Constructor and Description |
|---|
IntervalType() |
IntervalType(Numeric _min,
Numeric _max,
boolean _min_inclusive,
boolean _max_inclusive,
Numeric _step) |