public class PojoPropertyAccessorIndexedOneArgMode extends PojoPropertyAccessorMode<PojoPropertyAccessorIndexedOneArg>
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.Modifier and Type | Field and Description |
---|---|
static PojoPropertyAccessorIndexedOneArgMode |
SET_INDEXED
The mode for a
setter of an indexed property . |
Modifier | Constructor and Description |
---|---|
protected |
PojoPropertyAccessorIndexedOneArgMode(String name,
boolean reading)
The constructor.
|
public static final PojoPropertyAccessorIndexedOneArgMode SET_INDEXED
setter of an indexed property
.Copyright © 2001–2016 mmm-Team. All rights reserved.