public static enum Messages.DataserviceConveyor extends Enum<Messages.DataserviceConveyor>
Enum Constant and Description |
---|
DATA_SERVICE_CONNECTION_START_DEPLOY
A message indicating a connection is being deployed.
|
DATA_SERVICE_CONNECTION_SUCCESSFULLY_DEPLOYED
A message indicating a connection has been successfully deployed.
|
DATA_SERVICE_DATA_SOURCE_FAILED_TO_DEPLOY
An error message indicating the data source failed to deploy
|
DATA_SERVICE_DATA_SOURCE_NOT_FOUND
An error message indicating the data source cannot be found in the data service
|
DATA_SERVICE_DRIVER_FAILED_TO_DEPLOY
An error message indicating the driver failed to deploy
|
DATA_SERVICE_DRIVER_NOT_FOUND
An error message indicating the driver cannot be found in the data service
|
DATA_SERVICE_DRIVER_START_DEPLOY
A message indicating a driver is being deployed.
|
DATA_SERVICE_DRIVER_SUCCESSFULLY_DEPLOYED
A message indicating a driver has been successfully deployed.
|
DATA_SERVICE_START_DEPLOY
A message indicating a data service is being deployed.
|
DATA_SERVICE_SUCCESSFULLY_DEPLOYED
A message indicating a data service has been successfully deployed.
|
DATA_SERVICE_VDB_CONTENTS_FAILURE
An error message indicating the vdb contents cannot be exported from the data service
|
DATA_SERVICE_VDB_NOT_FOUND
An error message indicating the vdb cannot be found in the data service
|
DATA_SERVICE_VDB_START_DEPLOY
A message indicating a VDB is being deployed.
|
DATA_SERVICE_VDB_SUCCESSFULLY_DEPLOYED
A message indicating a VDB has been successfully deployed.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.DataserviceConveyor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.DataserviceConveyor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.DataserviceConveyor DATA_SERVICE_DRIVER_NOT_FOUND
public static final Messages.DataserviceConveyor DATA_SERVICE_DRIVER_FAILED_TO_DEPLOY
public static final Messages.DataserviceConveyor DATA_SERVICE_DATA_SOURCE_NOT_FOUND
public static final Messages.DataserviceConveyor DATA_SERVICE_DATA_SOURCE_FAILED_TO_DEPLOY
public static final Messages.DataserviceConveyor DATA_SERVICE_VDB_NOT_FOUND
public static final Messages.DataserviceConveyor DATA_SERVICE_START_DEPLOY
public static final Messages.DataserviceConveyor DATA_SERVICE_SUCCESSFULLY_DEPLOYED
public static final Messages.DataserviceConveyor DATA_SERVICE_CONNECTION_START_DEPLOY
public static final Messages.DataserviceConveyor DATA_SERVICE_CONNECTION_SUCCESSFULLY_DEPLOYED
public static final Messages.DataserviceConveyor DATA_SERVICE_DRIVER_START_DEPLOY
public static final Messages.DataserviceConveyor DATA_SERVICE_DRIVER_SUCCESSFULLY_DEPLOYED
public static final Messages.DataserviceConveyor DATA_SERVICE_VDB_START_DEPLOY
public static final Messages.DataserviceConveyor DATA_SERVICE_VDB_SUCCESSFULLY_DEPLOYED
public static final Messages.DataserviceConveyor DATA_SERVICE_VDB_CONTENTS_FAILURE
public static Messages.DataserviceConveyor[] values()
for (Messages.DataserviceConveyor c : Messages.DataserviceConveyor.values()) System.out.println(c);
public static Messages.DataserviceConveyor 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<Messages.DataserviceConveyor>
Copyright © 2013–2019. All rights reserved.