public static enum CFConstants.Plan extends Enum<CFConstants.Plan>
CFEnvironment#loadXsuaa()| Enum Constant and Description |
|---|
APIACCESS |
APPLICATION |
BROKER |
DEFAULT |
SPACE |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static CFConstants.Plan |
from(String planAsString) |
String |
toString() |
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 final CFConstants.Plan APIACCESS
public static final CFConstants.Plan SYSTEM
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)
public String toString()
toString in class Enum<CFConstants.Plan>Copyright © 2024. All rights reserved.