public class NumberConstraint<T extends java.lang.Number> extends ValuedConstraint<T,T>
| Constructor and Description |
|---|
NumberConstraint(ConstraintType type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T value) |
getValuegetTypepublic NumberConstraint(ConstraintType type, T value) throws RuntimeFiberException
RuntimeFiberExceptionpublic boolean test(T value)
test in class Constraint<T extends java.lang.Number>