public static enum Heroku.Config extends Enum<Heroku.Config>
Enum Constant and Description |
---|
ENDPOINT |
Modifier and Type | Field and Description |
---|---|
String |
defaultValue |
String |
environmentVariable |
String |
systemProperty |
String |
value |
Modifier and Type | Method and Description |
---|---|
boolean |
isDefault() |
static Heroku.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heroku.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Heroku.Config ENDPOINT
public final String environmentVariable
public final String systemProperty
public final String defaultValue
public final String value
public static Heroku.Config[] values()
for (Heroku.Config c : Heroku.Config.values()) System.out.println(c);
public static Heroku.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 boolean isDefault()
Copyright © 2017. All rights reserved.