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