public class PojoPropertyAccessorNonArgMode extends PojoPropertyAccessorMode<PojoPropertyAccessorNonArg>
accessor-mode
for a
non-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 PojoPropertyAccessorNonArgMode |
GET
The mode for a regular
reader of a property. |
static PojoPropertyAccessorNonArgMode |
GET_SIZE
The mode for a
reader of the size of a property that holds a container type
(array or Collection ). |
Modifier | Constructor and Description |
---|---|
protected |
PojoPropertyAccessorNonArgMode(String name)
The constructor.
|
public static final PojoPropertyAccessorNonArgMode GET
reader
of a property.public static final PojoPropertyAccessorNonArgMode GET_SIZE
Copyright © 2001–2016 mmm-Team. All rights reserved.