| Modifier and Type | Method and Description |
|---|---|
WrapperType |
Wrapper.getWrapperType() |
static WrapperType |
WrapperType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrapperType[] |
WrapperType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wrapper.setWrapperType(WrapperType wrapperType) |
| Constructor and Description |
|---|
Wrapper(WrapperType wrapperType,
String wrapperClassName) |
Wrapper(WrapperType wrapperType,
String wrapperClassName,
boolean notEmpty) |
Copyright © 2018–2022. All rights reserved.