public enum AssetLineageEventType extends Enum<AssetLineageEventType> implements Serializable
| Enum Constant and Description |
|---|
CLASSIFICATION_CONTEXT_EVENT |
PROCESS_CONTEXT_EVENT |
TECHNICAL_ELEMENT_CONTEXT_EVENT |
UNKNOWN_ASSET_LINEAGE_EVENT |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventTypeCode() |
String |
getEventTypeDescription() |
String |
getEventTypeName() |
static AssetLineageEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetLineageEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetLineageEventType PROCESS_CONTEXT_EVENT
public static final AssetLineageEventType TECHNICAL_ELEMENT_CONTEXT_EVENT
public static final AssetLineageEventType CLASSIFICATION_CONTEXT_EVENT
public static final AssetLineageEventType UNKNOWN_ASSET_LINEAGE_EVENT
public static AssetLineageEventType[] values()
for (AssetLineageEventType c : AssetLineageEventType.values()) System.out.println(c);
public static AssetLineageEventType 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 int getEventTypeCode()
public String getEventTypeName()
public String getEventTypeDescription()
Copyright © 2018–2019 ODPi. All rights reserved.