public static enum OpenLineage.RunEvent.EventType extends java.lang.Enum<OpenLineage.RunEvent.EventType>
| Modifier and Type | Method and Description |
|---|---|
static OpenLineage.RunEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenLineage.RunEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenLineage.RunEvent.EventType START
public static final OpenLineage.RunEvent.EventType COMPLETE
public static final OpenLineage.RunEvent.EventType ABORT
public static final OpenLineage.RunEvent.EventType FAIL
public static final OpenLineage.RunEvent.EventType OTHER
public static OpenLineage.RunEvent.EventType[] values()
for (OpenLineage.RunEvent.EventType c : OpenLineage.RunEvent.EventType.values()) System.out.println(c);
public static OpenLineage.RunEvent.EventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null