public enum VcapServiceType extends Enum<VcapServiceType>
| Enum Constant and Description |
|---|
AZURE_DOCUMENTDB |
AZURE_REDISCACHE |
AZURE_SERVICEBUS |
AZURE_SQLDB |
AZURE_STORAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VcapServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcapServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcapServiceType AZURE_REDISCACHE
public static final VcapServiceType AZURE_DOCUMENTDB
public static final VcapServiceType AZURE_STORAGE
public static final VcapServiceType AZURE_SQLDB
public static final VcapServiceType AZURE_SERVICEBUS
private String text
public static VcapServiceType[] values()
for (VcapServiceType c : VcapServiceType.values()) System.out.println(c);
public static VcapServiceType 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 String toString()
toString in class Enum<VcapServiceType>Copyright © 2019 Microsoft. All rights reserved.