|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codestreet.messageforge.RFldConstraintF64
Class to represent a constraint on a double numeric message field.
| Constructor Summary | |
protected |
RFldConstraintF64()
Ctor. |
| Method Summary | |
abstract boolean |
isValid(double val)
Check if a value satisfies the constraint. |
boolean |
isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
validate(RFld fld,
double val)
Check if a value satisfies the constraint. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.codestreet.messageforge.RFldConstraint |
errDesc |
| Constructor Detail |
protected RFldConstraintF64()
| Method Detail |
public void validate(RFld fld)
throws FieldValidationException
validate in interface RFldConstraintfld - Field to validate.
FieldValidationExceptionRFld
public void validate(RFld fld,
double val)
throws FieldValidationException
fld - Field.val - Value to validate.
FieldValidationExceptionpublic boolean isValid(RFld fld)
isValid in interface RFldConstraintfld - Field to validate.
RFldpublic abstract boolean isValid(double val)
val - Field value to validate.
RFld
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||