public static enum Generator.MapType extends Enum<Generator.MapType>
| Enum Constant and Description |
|---|
ADDITIONAL_PROPERTIES |
FIELD |
| Modifier and Type | Method and Description |
|---|---|
static Generator.MapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Generator.MapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Generator.MapType ADDITIONAL_PROPERTIES
public static final Generator.MapType FIELD
public static Generator.MapType[] values()
for (Generator.MapType c : Generator.MapType.values()) System.out.println(c);
public static Generator.MapType 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 © 2023. All rights reserved.