net.sf.mmm.util.pojo.descriptor.api.accessor
Class PojoPropertyAccessorIndexedNonArgMode

java.lang.Object
  extended by net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode<PojoPropertyAccessorIndexedNonArg>
      extended by net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArgMode

public class PojoPropertyAccessorIndexedNonArgMode
extends PojoPropertyAccessorMode<PojoPropertyAccessorIndexedNonArg>

An instance of this class represents a specific accessor-mode for a one-arg accessor of a property. This abstract base class acts like an Enum but allows you to define your own custom mode by extending this class.

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

Field Summary
static PojoPropertyAccessorIndexedNonArgMode GET_INDEXED
          The mode for a setter of an indexed property.
 
Constructor Summary
protected PojoPropertyAccessorIndexedNonArgMode(String name)
          The constructor.
 
Method Summary
 
Methods inherited from class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
getName, isReading, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET_INDEXED

public static final PojoPropertyAccessorIndexedNonArgMode GET_INDEXED
The mode for a setter of an indexed property.

Constructor Detail

PojoPropertyAccessorIndexedNonArgMode

protected PojoPropertyAccessorIndexedNonArgMode(String name)
The constructor.

Parameters:
name - is the name of this mode.


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