|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.properties.IntegerPropertyValidator
public class IntegerPropertyValidator
Validator for a property that represents an integer.
| Constructor Summary | |
|---|---|
IntegerPropertyValidator()
|
|
| Method Summary | |
|---|---|
boolean |
validate(java.lang.String name,
java.lang.Object value)
Method to validate the property, allowing only Boolean or String(with boolean values). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerPropertyValidator()
| Method Detail |
|---|
public boolean validate(java.lang.String name,
java.lang.Object value)
validate in interface PersistencePropertyValidatorname - Name of propertyvalue - Value of property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||