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

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

public class PojoPropertyAccessorIndexedOneArgMode
extends PojoPropertyAccessorMode<PojoPropertyAccessorIndexedOneArg>

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 PojoPropertyAccessorIndexedOneArgMode SET_INDEXED
          The mode for a setter of an indexed property.
 
Constructor Summary
protected PojoPropertyAccessorIndexedOneArgMode(String name, boolean reading)
          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

SET_INDEXED

public static final PojoPropertyAccessorIndexedOneArgMode SET_INDEXED
The mode for a setter of an indexed property.

Constructor Detail

PojoPropertyAccessorIndexedOneArgMode

protected PojoPropertyAccessorIndexedOneArgMode(String name,
                                                boolean reading)
The constructor.

Parameters:
name - is the name of this mode.
reading - is a flag that determines if this mode is for reading.


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