net.sf.mmm.util.pojo.descriptor.base.accessor
Class AbstractPojoPropertyAccessor
java.lang.Object
net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
- All Implemented Interfaces:
- PojoPropertyAccessor, PojoAttributeName
- Direct Known Subclasses:
- AbstractPojoPropertyAccessorBase, AbstractPojoPropertyAccessorProxy
public abstract class AbstractPojoPropertyAccessor
- extends Object
- implements PojoPropertyAccessor
This is the abstract base-implementation of the PojoPropertyAccessor
interface.
- Since:
- 1.1.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
AbstractPojoPropertyAccessor
public AbstractPojoPropertyAccessor()
- The constructor.
getPropertyClass
public Class<?> getPropertyClass()
- This method gets the
type as Class. It
is a convenience method for PojoPropertyAccessor.getPropertyType().
getUpperBound() if the
mode is for reading and PojoPropertyAccessor.getPropertyType().
getLowerBound() otherwise.
- Specified by:
getPropertyClass in interface PojoPropertyAccessor
- Returns:
- the
Class reflecting the property.
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2001-2010 mmm-Team. All Rights Reserved.