net.sf.mmm.util.pojo.descriptor.api.attribute
Interface PojoAttributeName

All Known Subinterfaces:
PojoPropertyAccessor, PojoPropertyAccessorIndexedNonArg, PojoPropertyAccessorIndexedOneArg, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg, PojoPropertyAccessorTwoArg, PojoPropertyDescriptor
All Known Implementing Classes:
AbstractPojoPropertyAccessor, AbstractPojoPropertyAccessorBase, AbstractPojoPropertyAccessorField, AbstractPojoPropertyAccessorMethod, AbstractPojoPropertyAccessorProxy, AbstractPojoPropertyAccessorProxyAdapter, AbstractPojoPropertyAccessorProxyAdapterComponentType, AbstractPojoPropertyDescriptor, PojoPropertyAccessorGetField, PojoPropertyAccessorIndexedNonArgMethod, PojoPropertyAccessorIndexedOneArgMethod, PojoPropertyAccessorNonArgMethod, PojoPropertyAccessorOneArgMethod, PojoPropertyAccessorProxyAdd, PojoPropertyAccessorProxyGetByIndex, PojoPropertyAccessorProxyGetByKey, PojoPropertyAccessorProxyGetIndexed, PojoPropertyAccessorProxyGetMapped, PojoPropertyAccessorProxyGetSize, PojoPropertyAccessorProxyRemove, PojoPropertyAccessorProxySetByIndex, PojoPropertyAccessorProxySetByKey, PojoPropertyAccessorProxySetIndexed, PojoPropertyAccessorProxySetMapped, PojoPropertyAccessorSetField, PojoPropertyAccessorTwoArgMethod, PojoPropertyDescriptorImpl

public interface PojoAttributeName

This is the interface for an object that carries the name of a POJO property.

Since:
1.1.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 String getName()
          This method gets the programmatic (technical) name of the according property.
 

Method Detail

getName

String getName()
This method gets the programmatic (technical) name of the according property.
E.g. for the read accessor public String getFooBar() the property name would be fooBar.

Returns:
the property name.
See Also:
PropertyDescriptor


Copyright © 2001-2010 mmm-Team. All Rights Reserved.