public static enum UpsertAssemblerSupport.TableNameType extends java.lang.Enum<UpsertAssemblerSupport.TableNameType>
| Enum Constant and Description |
|---|
ALIAS |
AS_ALIAS |
NAME |
NAME_ALIAS |
NAME_AS_ALIAS |
| Modifier and Type | Method and Description |
|---|---|
static UpsertAssemblerSupport.TableNameType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpsertAssemblerSupport.TableNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpsertAssemblerSupport.TableNameType NAME
public static final UpsertAssemblerSupport.TableNameType ALIAS
public static final UpsertAssemblerSupport.TableNameType AS_ALIAS
public static final UpsertAssemblerSupport.TableNameType NAME_ALIAS
public static final UpsertAssemblerSupport.TableNameType NAME_AS_ALIAS
public static UpsertAssemblerSupport.TableNameType[] values()
for (UpsertAssemblerSupport.TableNameType c : UpsertAssemblerSupport.TableNameType.values()) System.out.println(c);
public static UpsertAssemblerSupport.TableNameType 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