|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.codestreet.messageforge.RFldConstraintF32
Class to represent a constraint on a float numeric message field.
Constructor Summary | |
protected |
RFldConstraintF32()
Ctor. |
Method Summary | |
abstract boolean |
isValid(float val)
Check if a message field 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,
float 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 RFldConstraintF32()
Method Detail |
public void validate(RFld fld) throws FieldValidationException
validate
in interface RFldConstraint
fld
- Field to validate.
FieldValidationException
RFld
public void validate(RFld fld, float val) throws FieldValidationException
fld
- Field.val
- Value to validate.
FieldValidationException
public boolean isValid(RFld fld)
isValid
in interface RFldConstraint
fld
- Field to validate.
RFld
public abstract boolean isValid(float val)
val
- Field value to validate.
RFld
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |