Uses of Interface
net.sf.mmm.util.pojo.descriptor.api.PojoPropertyDescriptor

Packages that use PojoPropertyDescriptor
net.sf.mmm.util.pojo.descriptor.api Provides the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
 

Uses of PojoPropertyDescriptor in net.sf.mmm.util.pojo.descriptor.api
 

Methods in net.sf.mmm.util.pojo.descriptor.api that return PojoPropertyDescriptor
 PojoPropertyDescriptor PojoDescriptor.getPropertyDescriptor(String propertyName)
          This method gets the descriptor for the property identified by the given propertyName.
 

Methods in net.sf.mmm.util.pojo.descriptor.api that return types with arguments of type PojoPropertyDescriptor
 Collection<? extends PojoPropertyDescriptor> PojoDescriptor.getPropertyDescriptors()
          This method gets the descriptors of all properties of the according pojo.
 

Uses of PojoPropertyDescriptor in net.sf.mmm.util.pojo.descriptor.base
 

Classes in net.sf.mmm.util.pojo.descriptor.base that implement PojoPropertyDescriptor
 class AbstractPojoPropertyDescriptor
          This is the abstract base implementation of the PojoPropertyDescriptor interface.
 

Uses of PojoPropertyDescriptor in net.sf.mmm.util.pojo.descriptor.impl
 

Classes in net.sf.mmm.util.pojo.descriptor.impl that implement PojoPropertyDescriptor
 class PojoPropertyDescriptorImpl
          This is the implementation of the PojoPropertyDescriptor interface.
 



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