public interface Validating
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(OwlThing owlThing)
Determine whether the specified OwlThing conforms to the Validating
object.
|
boolean |
isValidProperty(java.lang.String propertyName,
OwlThing owlThing)
Determines whether the given OwlThing may be assigned to the property in
a valid way according to the Validating object
|
boolean isValid(OwlThing owlThing)
owlThing
- the OwlThing to checkboolean isValidProperty(java.lang.String propertyName, OwlThing owlThing)
propertyName
- the name of the propertyowlThing
- the OwlThing to test for assignment to the property