net.sf.mmm.util.pojo.descriptor.api.accessor
Class PojoPropertyAccessorIndexedOneArgMode
java.lang.Object
net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode<PojoPropertyAccessorIndexedOneArg>
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)
SET_INDEXED
public static final PojoPropertyAccessorIndexedOneArgMode SET_INDEXED
- The mode for a
setter of an
indexed property.
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.