org.databene.commons.accessor
Interface TypedAccessor<C,V>

All Superinterfaces:
Accessor<C,V>
All Known Subinterfaces:
PropertyAccessor<C,V>
All Known Implementing Classes:
NullSafeTypedAccessor, TypedAccessorChain

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

Accessor that tells the type of Object it returns.

Created: 22.02.2006 20:03:44

Author:
Volker Bergmann

Method Summary
 java.lang.Class<? extends V> getValueType()
           
 
Methods inherited from interface org.databene.commons.Accessor
getValue
 

Method Detail

getValueType

java.lang.Class<? extends V> getValueType()


Copyright © 2010. All Rights Reserved.