public enum TemplateInputDefaults extends Enum<TemplateInputDefaults>
Generator.| Enum Constant and Description |
|---|
CLASS |
CONSTRUCTORS |
FIELDS |
MERGE_CLASS_NAME |
METHODS |
PACKAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static TemplateInputDefaults |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateInputDefaults[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateInputDefaults CLASS
public static final TemplateInputDefaults FIELDS
public static final TemplateInputDefaults CONSTRUCTORS
public static final TemplateInputDefaults METHODS
public static final TemplateInputDefaults PACKAGE
public static final TemplateInputDefaults MERGE_CLASS_NAME
public static TemplateInputDefaults[] values()
for (TemplateInputDefaults c : TemplateInputDefaults.values()) System.out.println(c);
public static TemplateInputDefaults 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 nullpublic String getName()
Copyright © 2019. All rights reserved.