public static enum RelationalMessages.Info extends Enum<RelationalMessages.Info>
Enum Constant and Description |
---|
CONNECTION_DEPLOYED_WITH_ERRORS
Connection deployed with errors
|
CONNECTION_DEPLOYMENT_STATUS_TITLE
Connection status title
|
CONNECTION_SUCCESSFULLY_DEPLOYED
Connection successfully deployed
|
CONNECTION_SUCCESSFULLY_UNDEPLOYED
Connection successfully deployed
|
CONNECTION_TO_REPO_STATUS_TITLE
Connection transfer to repo status title
|
CONNECTION_TO_REPO_SUCCESS
Connection transfer to repo success
|
CONNECTION_UNDEPLOYMENT_REQUEST_SENT
Connection undeployment request sent but not yet undeployed
|
DATA_SERVICE_DEPLOYABLE_STATUS_TITLE
Data service deployable status title
|
DATA_SERVICE_DEPLOYED_WITH_ERRORS
Data service deployed with errors
|
DATA_SERVICE_DEPLOYMENT_STATUS_TITLE
Data service status title
|
DATA_SERVICE_SUCCESSFULLY_DEPLOYED
Data service successfully deployed
|
DELETE_STATUS_MSG
A successfully deleted message.
|
DELETE_STATUS_TITLE
The title of a delete status.
|
DRIVER_DEPLOYMENT_STATUS_TITLE
Title for the driver deployment status
|
DRIVER_SUCCESSFULLY_DEPLOYED
Driver successfully deployed
|
DRIVER_SUCCESSFULLY_UNDEPLOYED
Driver successfully deployed
|
DRIVER_SUCCESSFULLY_UPLOADED
Driver successfully uploaded
|
DRIVER_UNDEPLOYMENT_REQUEST_SENT
Driver undeployment request sent but not yet undeployed
|
IMPORT_EXPORT_SERVICE_IMPORT_SUCCESS_MESSAGE
An import export service import success message
|
METADATA_SYNDESIS_SOURCE_BIND_TITLE
Bind operation with Syndesis Source
|
VDB_ALREADY_DEPLOYED
Message for VDB already deployed message
|
VDB_ALREADY_DEPLOYED_OWNER
Message for VDB already deployed by owner message
|
VDB_DEPLOYED_WITH_ERRORS
Vdb deployed with errors
|
VDB_DEPLOYMENT_STATUS_TITLE
Vdb status title
|
VDB_STATUS_ACTIVE
Tag for VDB Active Status
|
VDB_STATUS_ERROR
Tag for VDB Error Status
|
VDB_STATUS_LOADING
Tag for VDB Loading Status
|
VDB_STATUS_MSG_ACTIVE
Message for VDB Active Status
|
VDB_STATUS_MSG_ERROR
Message for VDB Error Status
|
VDB_STATUS_MSG_LOADING
Message for VDB Loading Status
|
VDB_STATUS_MSG_NEW
Message for VDB New Status
|
VDB_STATUS_MSG_UNKNOWN
Message for VDB Unknown Status
|
VDB_STATUS_NEW
Tag for VDB New Status
|
VDB_STATUS_UNKNOWN
Tag for VDB Unknown Status
|
VDB_SUCCESSFULLY_DEPLOYED
Vdb successfully deployed
|
VDB_SUCCESSFULLY_UNDEPLOYED
Vdb successfully deployed
|
VDB_TO_REPO_STATUS_TITLE
Vdb transfer to repo status title
|
VDB_TO_REPO_SUCCESS
Vdb transfer to repo success
|
VDB_UNDEPLOYMENT_REQUEST_SENT
VDB undeployment request sent but not yet undeployed
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RelationalMessages.Info |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationalMessages.Info[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationalMessages.Info DELETE_STATUS_MSG
public static final RelationalMessages.Info DELETE_STATUS_TITLE
public static final RelationalMessages.Info VDB_STATUS_ACTIVE
public static final RelationalMessages.Info VDB_STATUS_ERROR
public static final RelationalMessages.Info VDB_STATUS_LOADING
public static final RelationalMessages.Info VDB_STATUS_NEW
public static final RelationalMessages.Info VDB_STATUS_UNKNOWN
public static final RelationalMessages.Info VDB_STATUS_MSG_ACTIVE
public static final RelationalMessages.Info VDB_STATUS_MSG_ERROR
public static final RelationalMessages.Info VDB_STATUS_MSG_LOADING
public static final RelationalMessages.Info VDB_STATUS_MSG_NEW
public static final RelationalMessages.Info VDB_STATUS_MSG_UNKNOWN
public static final RelationalMessages.Info VDB_ALREADY_DEPLOYED
public static final RelationalMessages.Info VDB_ALREADY_DEPLOYED_OWNER
public static final RelationalMessages.Info DRIVER_DEPLOYMENT_STATUS_TITLE
public static final RelationalMessages.Info DRIVER_SUCCESSFULLY_UPLOADED
public static final RelationalMessages.Info DRIVER_SUCCESSFULLY_DEPLOYED
public static final RelationalMessages.Info DRIVER_UNDEPLOYMENT_REQUEST_SENT
public static final RelationalMessages.Info DRIVER_SUCCESSFULLY_UNDEPLOYED
public static final RelationalMessages.Info IMPORT_EXPORT_SERVICE_IMPORT_SUCCESS_MESSAGE
public static final RelationalMessages.Info VDB_UNDEPLOYMENT_REQUEST_SENT
public static final RelationalMessages.Info VDB_SUCCESSFULLY_UNDEPLOYED
public static final RelationalMessages.Info CONNECTION_UNDEPLOYMENT_REQUEST_SENT
public static final RelationalMessages.Info CONNECTION_SUCCESSFULLY_UNDEPLOYED
public static final RelationalMessages.Info DATA_SERVICE_DEPLOYABLE_STATUS_TITLE
public static final RelationalMessages.Info DATA_SERVICE_DEPLOYMENT_STATUS_TITLE
public static final RelationalMessages.Info DATA_SERVICE_SUCCESSFULLY_DEPLOYED
public static final RelationalMessages.Info DATA_SERVICE_DEPLOYED_WITH_ERRORS
public static final RelationalMessages.Info CONNECTION_DEPLOYMENT_STATUS_TITLE
public static final RelationalMessages.Info CONNECTION_SUCCESSFULLY_DEPLOYED
public static final RelationalMessages.Info CONNECTION_DEPLOYED_WITH_ERRORS
public static final RelationalMessages.Info VDB_DEPLOYMENT_STATUS_TITLE
public static final RelationalMessages.Info VDB_SUCCESSFULLY_DEPLOYED
public static final RelationalMessages.Info VDB_DEPLOYED_WITH_ERRORS
public static final RelationalMessages.Info VDB_TO_REPO_STATUS_TITLE
public static final RelationalMessages.Info VDB_TO_REPO_SUCCESS
public static final RelationalMessages.Info CONNECTION_TO_REPO_STATUS_TITLE
public static final RelationalMessages.Info CONNECTION_TO_REPO_SUCCESS
public static final RelationalMessages.Info METADATA_SYNDESIS_SOURCE_BIND_TITLE
public static RelationalMessages.Info[] values()
for (RelationalMessages.Info c : RelationalMessages.Info.values()) System.out.println(c);
public static RelationalMessages.Info 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<RelationalMessages.Info>
Enum.toString()
Copyright © 2013–2019. All rights reserved.