Uses of Class
net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl

Packages that use PojoPropertyDescriptorImpl
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 PojoPropertyDescriptorImpl in net.sf.mmm.util.pojo.descriptor.base
 

Methods in net.sf.mmm.util.pojo.descriptor.base that return PojoPropertyDescriptorImpl
abstract  PojoPropertyDescriptorImpl AbstractPojoDescriptor.getOrCreatePropertyDescriptor(String propertyName)
          This method gets the property-descriptor for the given propertyName.
 

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

Fields in net.sf.mmm.util.pojo.descriptor.impl with type parameters of type PojoPropertyDescriptorImpl
private  Collection<PojoPropertyDescriptorImpl> PojoDescriptorImpl.properties
           
private  Map<String,PojoPropertyDescriptorImpl> PojoDescriptorImpl.propertyMap
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoPropertyDescriptorImpl
 PojoPropertyDescriptorImpl PojoDescriptorImpl.getOrCreatePropertyDescriptor(String propertyName)
          This method gets the property-descriptor for the given propertyName.
 PojoPropertyDescriptorImpl PojoDescriptorImpl.getPropertyDescriptor(String propertyName)
          This method gets the descriptor for the property identified by the given propertyName.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl that return types with arguments of type PojoPropertyDescriptorImpl
 Collection<PojoPropertyDescriptorImpl> PojoDescriptorImpl.getPropertyDescriptors()
          This method gets the descriptors of all properties of the according pojo.
 



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