Package | Description |
---|---|
org.kie.dmn.feel.runtime | |
org.kie.dmn.feel.runtime.impl |
Modifier and Type | Method and Description |
---|---|
Range.RangeBoundary |
Range.getHighBoundary() |
Range.RangeBoundary |
Range.getLowBoundary() |
static Range.RangeBoundary |
Range.RangeBoundary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.RangeBoundary[] |
Range.RangeBoundary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Range.RangeBoundary |
RangeImpl.getHighBoundary() |
Range.RangeBoundary |
RangeImpl.getLowBoundary() |
Constructor and Description |
---|
RangeImpl(Range.RangeBoundary lowBoundary,
Comparable lowEndPoint,
Comparable highEndPoint,
Range.RangeBoundary highBoundary) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.