|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeConstraint
This interface represents a range constraint on a value. The value must be within the specified range in order to be valid.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getLowerBound()
Get the lower bound of the range. |
java.lang.String |
getUpperBound()
Get the upper bound of the range. |
boolean |
isLowerBoundInclusive()
Determine whether or not the lower bound of this range is inclusive, i.e. whether or not the lower bound value is included in the range. |
boolean |
isUpperBoundInclusive()
Determine whether or not the upper bound of this range is inclusive, i.e. whether or not the upper bound value is included in the range. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getLowerBound()
Float.valueOf()
method. Returns null if there is no lower bound.
String
. Returns null if there is no lower bound.boolean isLowerBoundInclusive()
java.lang.String getUpperBound()
Float.valueOf()
method. Returns null if there is no upper bound.
String
. Returns null if there is no upper bound.boolean isUpperBoundInclusive()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |