|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codestreet.messageforge.RFldConstraintI64
com.codestreet.messageforge.RFldConstraintI64Enum
Class to represent an enumeration constraint on a long message field.
| Field Summary | |
protected long[] |
enums_
Enumeration of allowed values. |
| Constructor Summary | |
RFldConstraintI64Enum(java.lang.String fldName,
long[] enums)
Constructor. |
|
RFldConstraintI64Enum(java.lang.String fldName,
java.lang.String[] enums)
Constructor. |
|
| Method Summary | |
java.lang.String |
errDesc(java.lang.String fldName)
Get error description. |
boolean |
isValid(long val)
Check if a value satisfies the constraint. |
| Methods inherited from class com.codestreet.messageforge.RFldConstraintI64 |
isValid, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long[] enums_
| Constructor Detail |
public RFldConstraintI64Enum(java.lang.String fldName,
long[] enums)
throws FieldValidationException
fldName - Name of field to which this constraint is bound.enums - Enumeration of allowed values.
public RFldConstraintI64Enum(java.lang.String fldName,
java.lang.String[] enums)
throws FieldValidationException
fldName - Name of field to which this constraint is bound.enums - Enumeration of allowed values.| Method Detail |
public java.lang.String errDesc(java.lang.String fldName)
fldName - Field name.
public boolean isValid(long val)
isValid in class RFldConstraintI64val - Value.
RFld
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||