public static enum LineageRef.Kind extends Enum<LineageRef.Kind>
| Enum Constant and Description |
|---|
STATEMENT_OUTPUT |
TABLE_COLUMN |
| Modifier and Type | Method and Description |
|---|---|
static LineageRef.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineageRef.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineageRef.Kind STATEMENT_OUTPUT
public static final LineageRef.Kind TABLE_COLUMN
public static LineageRef.Kind[] values()
for (LineageRef.Kind c : LineageRef.Kind.values()) System.out.println(c);
public static LineageRef.Kind 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 null