public static enum JavaGenerationConfig.WrappersStrategy extends Enum<JavaGenerationConfig.WrappersStrategy>
| Modifier and Type | Method and Description |
|---|---|
static JavaGenerationConfig.WrappersStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaGenerationConfig.WrappersStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaGenerationConfig.WrappersStrategy NONE
public static final JavaGenerationConfig.WrappersStrategy OPTIONAL
public static final JavaGenerationConfig.WrappersStrategy ALWAYS
public static JavaGenerationConfig.WrappersStrategy[] values()
for (JavaGenerationConfig.WrappersStrategy c : JavaGenerationConfig.WrappersStrategy.values()) System.out.println(c);
public static JavaGenerationConfig.WrappersStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 OnPositive. All rights reserved.