public class PojoPropertyAccessorTwoArgMode extends PojoPropertyAccessorMode<PojoPropertyAccessorTwoArg>
accessor-mode for a
two-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 PojoPropertyAccessorTwoArgMode |
SET_MAPPED
The mode for the
setter of a mapped property. |
| Modifier | Constructor and Description |
|---|---|
protected |
PojoPropertyAccessorTwoArgMode(String name,
boolean reading)
The constructor.
|
public static final PojoPropertyAccessorTwoArgMode SET_MAPPED
setter of a mapped property. The suggested argument
order is key, value.Copyright © 2001–2015 mmm-Team. All rights reserved.