Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.core.domain.common
Interface PropertyAccessor

All Known Implementing Classes:
ReflectionPropertyAccessor

public interface PropertyAccessor


Method Summary
 Object executeGetter(Object bean)
           
 void executeSetter(Object bean, Object value)
           
 String getName()
           
 Class<?> getPropertyType()
           
 Method getReadMethod()
           
 Method getWriteMethod()
           
 

Method Detail

getName

String getName()

getPropertyType

Class<?> getPropertyType()

getReadMethod

Method getReadMethod()

getWriteMethod

Method getWriteMethod()

executeGetter

Object executeGetter(Object bean)

executeSetter

void executeSetter(Object bean,
                   Object value)

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.