public static enum MappingRule.DetailsCase extends Enum<MappingRule.DetailsCase> implements com.google.protobuf.Internal.EnumLite
| Modifier and Type | Method and Description |
|---|---|
static MappingRule.DetailsCase |
forNumber(int value) |
int |
getNumber() |
static MappingRule.DetailsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MappingRule.DetailsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingRule.DetailsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingRule.DetailsCase SINGLE_ENTITY_RENAME
public static final MappingRule.DetailsCase MULTI_ENTITY_RENAME
public static final MappingRule.DetailsCase ENTITY_MOVE
public static final MappingRule.DetailsCase SINGLE_COLUMN_CHANGE
public static final MappingRule.DetailsCase MULTI_COLUMN_DATA_TYPE_CHANGE
public static final MappingRule.DetailsCase CONDITIONAL_COLUMN_SET_VALUE
public static final MappingRule.DetailsCase CONVERT_ROWID_COLUMN
public static final MappingRule.DetailsCase SET_TABLE_PRIMARY_KEY
public static final MappingRule.DetailsCase SINGLE_PACKAGE_CHANGE
public static final MappingRule.DetailsCase SOURCE_SQL_CHANGE
public static final MappingRule.DetailsCase FILTER_TABLE_COLUMNS
public static final MappingRule.DetailsCase DETAILS_NOT_SET
public static MappingRule.DetailsCase[] values()
for (MappingRule.DetailsCase c : MappingRule.DetailsCase.values()) System.out.println(c);
public static MappingRule.DetailsCase 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 null@Deprecated public static MappingRule.DetailsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static MappingRule.DetailsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.