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