public static enum Consts.BatchModifyEtlMetaType extends Enum<Consts.BatchModifyEtlMetaType>
| Enum Constant and Description |
|---|
BATCH_DELETE_ETL_META |
BATCH_DISABLE_ETL_META |
BATCH_ENABLE_ETL_META |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Consts.BatchModifyEtlMetaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consts.BatchModifyEtlMetaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Consts.BatchModifyEtlMetaType BATCH_ENABLE_ETL_META
public static final Consts.BatchModifyEtlMetaType BATCH_DISABLE_ETL_META
public static final Consts.BatchModifyEtlMetaType BATCH_DELETE_ETL_META
public static Consts.BatchModifyEtlMetaType[] values()
for (Consts.BatchModifyEtlMetaType c : Consts.BatchModifyEtlMetaType.values()) System.out.println(c);
public static Consts.BatchModifyEtlMetaType 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 String toString()
toString in class Enum<Consts.BatchModifyEtlMetaType>Copyright © 2025. All Rights Reserved.