public static enum SpringBootGenerator.Config extends Enum<SpringBootGenerator.Config> implements io.fabric8.maven.core.util.Configs.Key
Enum Constant and Description |
---|
color |
Modifier and Type | Method and Description |
---|---|
String |
def() |
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
protected String d
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 def()
def
in interface io.fabric8.maven.core.util.Configs.Key
Copyright © 2016. All rights reserved.