@Generated public enum SharedDataObjectDataObjectType extends Enum<SharedDataObjectDataObjectType>
| Enum Constant and Description |
|---|
MATERIALIZED_VIEW |
MODEL |
NOTEBOOK_FILE |
SCHEMA |
STREAMING_TABLE |
TABLE |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static SharedDataObjectDataObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedDataObjectDataObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedDataObjectDataObjectType MATERIALIZED_VIEW
public static final SharedDataObjectDataObjectType MODEL
public static final SharedDataObjectDataObjectType NOTEBOOK_FILE
public static final SharedDataObjectDataObjectType SCHEMA
public static final SharedDataObjectDataObjectType STREAMING_TABLE
public static final SharedDataObjectDataObjectType TABLE
public static final SharedDataObjectDataObjectType VIEW
public static SharedDataObjectDataObjectType[] values()
for (SharedDataObjectDataObjectType c : SharedDataObjectDataObjectType.values()) System.out.println(c);
public static SharedDataObjectDataObjectType 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 © 2024. All rights reserved.