org.databene.commons.bean
Interface PropertyAccessor<C,V>

All Superinterfaces:
Accessor<C,V>, TypedAccessor<C,V>

public interface PropertyAccessor<C,V>
extends TypedAccessor<C,V>

Accesses a named (e.g. JavaBean) property.

Created: 11.03.2006 22:17:33

Author:
Volker Bergmann

Method Summary
 java.lang.String getPropertyName()
           
 
Methods inherited from interface org.databene.commons.accessor.TypedAccessor
getValueType
 
Methods inherited from interface org.databene.commons.Accessor
getValue
 

Method Detail

getPropertyName

java.lang.String getPropertyName()


Copyright © 2010. All Rights Reserved.