public interface Property
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of the property.
|
Object |
getVal(Object bean)
Return the value of the property on the given bean.
|
boolean |
isMany()
Return true if this is a OneToMany or ManyToMany property.
|
Copyright © 2016. All rights reserved.