@Deprecated public static enum RunImageConfiguration.NamingStrategy extends Enum<RunImageConfiguration.NamingStrategy>
| Enum Constant and Description |
|---|
alias
Deprecated.
Use the alias as defined in the configuration
|
none
Deprecated.
No extra naming
|
| Modifier and Type | Method and Description |
|---|---|
static RunImageConfiguration.NamingStrategy |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RunImageConfiguration.NamingStrategy[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunImageConfiguration.NamingStrategy none
public static final RunImageConfiguration.NamingStrategy alias
public static RunImageConfiguration.NamingStrategy[] values()
for (RunImageConfiguration.NamingStrategy c : RunImageConfiguration.NamingStrategy.values()) System.out.println(c);
public static RunImageConfiguration.NamingStrategy 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 © 2018. All rights reserved.