public enum HudiTableType extends Enum<HudiTableType>
| Modifier and Type | Method and Description |
|---|---|
static HudiTableType |
fromInputFormat(String inputFormat) |
static HudiTableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HudiTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HudiTableType COW
public static final HudiTableType MOR
public static final HudiTableType UNKNOWN
public static HudiTableType[] values()
for (HudiTableType c : HudiTableType.values()) System.out.println(c);
public static HudiTableType 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 static HudiTableType fromInputFormat(String inputFormat)
Copyright © 2012–2023. All rights reserved.