public static enum SpringBootGenerator.Config extends Enum<SpringBootGenerator.Config> implements org.eclipse.jkube.kit.common.Configs.Config
| Enum Constant and Description |
|---|
COLOR |
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
key |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getKey() |
static SpringBootGenerator.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringBootGenerator.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpringBootGenerator.Config COLOR
public static SpringBootGenerator.Config[] values()
for (SpringBootGenerator.Config c : SpringBootGenerator.Config.values()) System.out.println(c);
public static SpringBootGenerator.Config 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 getKey()
getKey in interface org.eclipse.jkube.kit.common.Configs.Configpublic String getDefaultValue()
getDefaultValue in interface org.eclipse.jkube.kit.common.Configs.ConfigCopyright © 2023. All rights reserved.