public static enum CDCSourceConnectorConfig.CaseFormat extends Enum<CDCSourceConnectorConfig.CaseFormat>
| Enum Constant and Description |
|---|
LOWER |
LOWER_CAMEL |
LOWER_HYPHEN |
LOWER_UNDERSCORE |
NONE |
UPPER |
UPPER_CAMEL |
UPPER_UNDERSCORE |
| Modifier and Type | Method and Description |
|---|---|
static CDCSourceConnectorConfig.CaseFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDCSourceConnectorConfig.CaseFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDCSourceConnectorConfig.CaseFormat LOWER_HYPHEN
public static final CDCSourceConnectorConfig.CaseFormat LOWER_UNDERSCORE
public static final CDCSourceConnectorConfig.CaseFormat LOWER_CAMEL
public static final CDCSourceConnectorConfig.CaseFormat LOWER
public static final CDCSourceConnectorConfig.CaseFormat UPPER_CAMEL
public static final CDCSourceConnectorConfig.CaseFormat UPPER_UNDERSCORE
public static final CDCSourceConnectorConfig.CaseFormat UPPER
public static final CDCSourceConnectorConfig.CaseFormat NONE
public static CDCSourceConnectorConfig.CaseFormat[] values()
for (CDCSourceConnectorConfig.CaseFormat c : CDCSourceConnectorConfig.CaseFormat.values()) System.out.println(c);
public static CDCSourceConnectorConfig.CaseFormat 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 © 2017–2018. All rights reserved.