public enum ServiceBindingType extends Enum<ServiceBindingType>
CreateServiceBindingRequest| Enum Constant and Description |
|---|
APPLICATION
Indicates that the service binding is to an application
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static ServiceBindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceBindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceBindingType APPLICATION
public static ServiceBindingType[] values()
for (ServiceBindingType c : ServiceBindingType.values()) System.out.println(c);
public static ServiceBindingType 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 getValue()
public String toString()
toString in class Enum<ServiceBindingType>Copyright © 2017 Pivotal Software, Inc.. All rights reserved.