public static enum CFConstants.Plan extends Enum<CFConstants.Plan>
CFEnvironment#loadXsuaa()| Enum Constant and Description |
|---|
APPLICATION |
BROKER |
DEFAULT |
SPACE |
| Modifier and Type | Method and Description |
|---|---|
static CFConstants.Plan |
from(String planAsString) |
static CFConstants.Plan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CFConstants.Plan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CFConstants.Plan DEFAULT
public static final CFConstants.Plan BROKER
public static final CFConstants.Plan APPLICATION
public static final CFConstants.Plan SPACE
public static CFConstants.Plan[] values()
for (CFConstants.Plan c : CFConstants.Plan.values()) System.out.println(c);
public static CFConstants.Plan 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 static CFConstants.Plan from(String planAsString)
Copyright © 2020. All rights reserved.