public static enum SourceObjectIdentifier.SourceIdentifierCase extends Enum<SourceObjectIdentifier.SourceIdentifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
MYSQL_IDENTIFIER |
ORACLE_IDENTIFIER |
POSTGRESQL_IDENTIFIER |
SOURCEIDENTIFIER_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static SourceObjectIdentifier.SourceIdentifierCase |
forNumber(int value) |
int |
getNumber() |
static SourceObjectIdentifier.SourceIdentifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SourceObjectIdentifier.SourceIdentifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceObjectIdentifier.SourceIdentifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceObjectIdentifier.SourceIdentifierCase ORACLE_IDENTIFIER
public static final SourceObjectIdentifier.SourceIdentifierCase MYSQL_IDENTIFIER
public static final SourceObjectIdentifier.SourceIdentifierCase POSTGRESQL_IDENTIFIER
public static final SourceObjectIdentifier.SourceIdentifierCase SOURCEIDENTIFIER_NOT_SET
public static SourceObjectIdentifier.SourceIdentifierCase[] values()
for (SourceObjectIdentifier.SourceIdentifierCase c : SourceObjectIdentifier.SourceIdentifierCase.values()) System.out.println(c);
public static SourceObjectIdentifier.SourceIdentifierCase 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 SourceObjectIdentifier.SourceIdentifierCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static SourceObjectIdentifier.SourceIdentifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.