public static enum LineageItem.LineageItemType extends Enum<LineageItem.LineageItemType>
Enum Constant and Description |
---|
Creation |
Dedup |
Instruction |
Literal |
Modifier and Type | Method and Description |
---|---|
static LineageItem.LineageItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineageItem.LineageItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineageItem.LineageItemType Literal
public static final LineageItem.LineageItemType Creation
public static final LineageItem.LineageItemType Instruction
public static final LineageItem.LineageItemType Dedup
public static LineageItem.LineageItemType[] values()
for (LineageItem.LineageItemType c : LineageItem.LineageItemType.values()) System.out.println(c);
public static LineageItem.LineageItemType 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 nullCopyright © 2021 The Apache Software Foundation. All rights reserved.