|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.paxtools.controller.DecoratingPropertyAccessor<D,R>
org.biopax.paxtools.controller.TransitivePropertyAccessor<D,R>
public class TransitivePropertyAccessor<D extends BioPAXElement,R>
This class is a transitive decorator for PropertyAccessors
| Field Summary |
|---|
| Fields inherited from class org.biopax.paxtools.controller.DecoratingPropertyAccessor |
|---|
impl |
| Method Summary | ||
|---|---|---|
static
|
create(PropertyAccessor<D,R> pa)
|
|
java.util.Set<? extends R> |
getValueFromBean(D bean)
Returns the value of the bean using the default #getMethod. |
|
| Methods inherited from class org.biopax.paxtools.controller.DecoratingPropertyAccessor |
|---|
getDomain, getRange, isMultipleCardinality, isUnknown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.Set<? extends R> getValueFromBean(D bean)
throws IllegalBioPAXArgumentException
PropertyAccessor#getMethod.
bean - the object whose property is requested
IllegalBioPAXArgumentExceptionpublic static <D extends BioPAXElement,R> TransitivePropertyAccessor<D,R> create(PropertyAccessor<D,R> pa)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||