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