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