Uses of Class
org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventType
-
Packages that use AssetLineageEventType Package Description org.odpi.openmetadata.accessservices.assetlineage.event -
-
Uses of AssetLineageEventType in org.odpi.openmetadata.accessservices.assetlineage.event
Methods in org.odpi.openmetadata.accessservices.assetlineage.event that return AssetLineageEventType Modifier and Type Method Description AssetLineageEventTypeAssetLineageEventHeader. getAssetLineageEventType()Gets asset lineage event type.static AssetLineageEventTypeAssetLineageEventType. getByEventTypeName(String eventTypeName)static AssetLineageEventTypeAssetLineageEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetLineageEventType[]AssetLineageEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetlineage.event with parameters of type AssetLineageEventType Modifier and Type Method Description voidAssetLineageEventHeader. setAssetLineageEventType(AssetLineageEventType assetLineageEventType)Sets asset lineage event type.
-