-
- All Known Subinterfaces:
PropertyAssocMany
public interface PropertyProperty of a entity bean that can be read.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMany()Return true if this is a OneToMany or ManyToMany property.Stringname()Return the name of the property.Class<?>type()Return the type of the property.Objectvalue(Object bean)Return the value of the property on the given bean.
-