Uses of Package
net.sf.mmm.util.pojo.descriptor.api.accessor

Packages that use net.sf.mmm.util.pojo.descriptor.api.accessor
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.pojo.descriptor.api Provides the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.api.accessor Provides the accessors of 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.base.accessor Contains the basic implementation of the Introspection-Accessor-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl.accessor Contains the implementation of the Introspection-Accessor-API
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.cli.base
PojoPropertyAccessorNonArg
          This is the interface for a property-accessor that allows to read a property.
PojoPropertyAccessorOneArg
          This is the interface for a property-accessor that allows to write (modify) a property.
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.pojo.descriptor.api
PojoPropertyAccessor
          A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorMode
          This is the abstract base class for the mode of a specific PojoPropertyAccessor.
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.pojo.descriptor.api.accessor
PojoPropertyAccessor
          A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorIndexedNonArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorMode
          This is the abstract base class for the mode of a specific PojoPropertyAccessor.
PojoPropertyAccessorNonArgMode
          An instance of this class represents a specific accessor-mode for a non-arg accessor of a property.
PojoPropertyAccessorOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorTwoArgMode
          An instance of this class represents a specific accessor-mode for a two-arg accessor of a property.
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.pojo.descriptor.base
PojoPropertyAccessor
          A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorMode
          This is the abstract base class for the mode of a specific PojoPropertyAccessor.
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.pojo.descriptor.base.accessor
PojoPropertyAccessor
          A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorIndexedNonArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorMode
          This is the abstract base class for the mode of a specific PojoPropertyAccessor.
PojoPropertyAccessorNonArg
          This is the interface for a property-accessor that allows to read a property.
PojoPropertyAccessorNonArgMode
          An instance of this class represents a specific accessor-mode for a non-arg accessor of a property.
PojoPropertyAccessorOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorTwoArgMode
          An instance of this class represents a specific accessor-mode for a two-arg accessor of a property.
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.pojo.descriptor.impl
PojoPropertyAccessor
          A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorMode
          This is the abstract base class for the mode of a specific PojoPropertyAccessor.
 

Classes in net.sf.mmm.util.pojo.descriptor.api.accessor used by net.sf.mmm.util.pojo.descriptor.impl.accessor
PojoPropertyAccessor
          A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorIndexedNonArg
          This is the interface for a property-accessor that allows to perform something (e.g. get or remove) for a given index of an indexed property.
PojoPropertyAccessorIndexedNonArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedOneArg
          This is the interface for a property-accessor that allows to apply an item at a given index in an indexed property.
PojoPropertyAccessorIndexedOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorNonArg
          This is the interface for a property-accessor that allows to read a property.
PojoPropertyAccessorNonArgMode
          An instance of this class represents a specific accessor-mode for a non-arg accessor of a property.
PojoPropertyAccessorOneArg
          This is the interface for a property-accessor that allows to write (modify) a property.
PojoPropertyAccessorOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorTwoArg
          This is the interface for a property-accessor that allows to write (modify) a property.
PojoPropertyAccessorTwoArgMode
          An instance of this class represents a specific accessor-mode for a two-arg accessor of a property.
 



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