public enum ETableElementType extends Enum<ETableElementType>
Enum Constant and Description |
---|
column_def |
supplemental_logging |
table_constraint |
table_like |
Modifier and Type | Method and Description |
---|---|
static ETableElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETableElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETableElementType column_def
public static final ETableElementType table_constraint
public static final ETableElementType table_like
public static final ETableElementType supplemental_logging
public static ETableElementType[] values()
for (ETableElementType c : ETableElementType.values()) System.out.println(c);
public static ETableElementType 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 © 2019. All rights reserved.