ACCESSOR
- is the type of the accessorpublic abstract class PojoPropertyAccessorMode<ACCESSOR extends PojoPropertyAccessor> extends Object
PojoPropertyAccessor
.PojoPropertyAccessorModes
,
PojoPropertyAccessor.getMode()
,
PojoPropertyDescriptor.getAccessor(PojoPropertyAccessorMode)
Modifier and Type | Field and Description |
---|---|
private String |
name |
private boolean |
reading |
Constructor and Description |
---|
PojoPropertyAccessorMode(String name,
boolean reading)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
This method gets the name of this mode.
|
boolean |
isReading()
This method determines if this mode is for a reading
accessor . |
String |
toString() |
private final String name
private final boolean reading
Copyright © 2001–2016 mmm-Team. All rights reserved.