public enum CloudConnectionConstants extends java.lang.Enum<CloudConnectionConstants>
CloudEndpoint or CloudConnectionFactory.| Enum Constant and Description |
|---|
CLOUD_CONNECTION_FACTORY_PID_PROP_NAME
The key of the property that specifies the
kura.service.pid of the associated
CloudConnectionFactory in CloudEndpoint component definition. |
CLOUD_ENDPOINT_SERVICE_PID_PROP_NAME
The key of the property that specifies the
kura.service.pid of the associated
CloudEndpoint in CloudPublisher
or CloudSubscriber component configuration. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
value() |
static CloudConnectionConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloudConnectionConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudConnectionConstants CLOUD_ENDPOINT_SERVICE_PID_PROP_NAME
kura.service.pid of the associated
CloudEndpoint in CloudPublisher
or CloudSubscriber component configuration.public static final CloudConnectionConstants CLOUD_CONNECTION_FACTORY_PID_PROP_NAME
kura.service.pid of the associated
CloudConnectionFactory in CloudEndpoint component definition.public static CloudConnectionConstants[] values()
for (CloudConnectionConstants c : CloudConnectionConstants.values()) System.out.println(c);
public static CloudConnectionConstants valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()