public static enum DatabaseEntity.EntityBodyCase extends Enum<DatabaseEntity.EntityBodyCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DATABASE |
DATABASE_FUNCTION |
DATABASE_PACKAGE |
ENTITYBODY_NOT_SET |
MATERIALIZED_VIEW |
SCHEMA |
SEQUENCE |
STORED_PROCEDURE |
SYNONYM |
TABLE |
UDT |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseEntity.EntityBodyCase |
forNumber(int value) |
int |
getNumber() |
static DatabaseEntity.EntityBodyCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseEntity.EntityBodyCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseEntity.EntityBodyCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseEntity.EntityBodyCase DATABASE
public static final DatabaseEntity.EntityBodyCase SCHEMA
public static final DatabaseEntity.EntityBodyCase TABLE
public static final DatabaseEntity.EntityBodyCase VIEW
public static final DatabaseEntity.EntityBodyCase SEQUENCE
public static final DatabaseEntity.EntityBodyCase STORED_PROCEDURE
public static final DatabaseEntity.EntityBodyCase DATABASE_FUNCTION
public static final DatabaseEntity.EntityBodyCase SYNONYM
public static final DatabaseEntity.EntityBodyCase DATABASE_PACKAGE
public static final DatabaseEntity.EntityBodyCase UDT
public static final DatabaseEntity.EntityBodyCase MATERIALIZED_VIEW
public static final DatabaseEntity.EntityBodyCase ENTITYBODY_NOT_SET
public static DatabaseEntity.EntityBodyCase[] values()
for (DatabaseEntity.EntityBodyCase c : DatabaseEntity.EntityBodyCase.values()) System.out.println(c);
public static DatabaseEntity.EntityBodyCase 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 DatabaseEntity.EntityBodyCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static DatabaseEntity.EntityBodyCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.