public enum DataEngineEventType extends Enum<DataEngineEventType> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getEventTypeCode()
Return the int identifier used for indexing based on the enum.
|
String |
getEventTypeDescription()
Return the default description for the enum value - used when natural resource
bundle is not available.
|
String |
getEventTypeName()
Return the string name used for messages that include the enum.
|
String |
toString() |
static DataEngineEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataEngineEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataEngineEventType UNKNOWN_DATA_ENGINE_EVENT
public static final DataEngineEventType DATA_ENGINE_REGISTRATION_EVENT
public static final DataEngineEventType LINEAGE_MAPPINGS_EVENT
public static final DataEngineEventType PORT_ALIAS_EVENT
public static final DataEngineEventType PORT_IMPLEMENTATION_EVENT
public static final DataEngineEventType PROCESSES_EVENT
public static final DataEngineEventType SCHEMA_TYPE_EVENT
public static final DataEngineEventType PROCESS_HIERARCHY_EVENT
public static final DataEngineEventType DELETE_PROCESSES_EVENT
public static final DataEngineEventType DELETE_DATA_ENGINE_EVENT
public static final DataEngineEventType DELETE_SCHEMA_TYPE_EVENT
public static final DataEngineEventType DELETE_PORT_IMPLEMENTATION_EVENT
public static final DataEngineEventType DELETE_PORT_ALIAS_EVENT
public static final DataEngineEventType DATABASE_EVENT
public static final DataEngineEventType RELATIONAL_TABLE_EVENT
public static final DataEngineEventType DATA_FILE_EVENT
public static final DataEngineEventType DELETE_DATABASE_EVENT
public static final DataEngineEventType DELETE_RELATIONAL_TABLE_EVENT
public static final DataEngineEventType DELETE_DATA_FILE_EVENT
public static final DataEngineEventType DELETE_FOLDER_EVENT
public static final DataEngineEventType DELETE_CONNECTION_EVENT
public static final DataEngineEventType DELETE_ENDPOINT_EVENT
public static DataEngineEventType[] values()
for (DataEngineEventType c : DataEngineEventType.values()) System.out.println(c);
public static DataEngineEventType 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<DataEngineEventType>public int getEventTypeCode()
public String getEventTypeName()
public String getEventTypeDescription()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.