@Generated public enum SecurableType extends Enum<SecurableType>
| Enum Constant and Description |
|---|
CATALOG |
CONNECTION |
EXTERNAL_LOCATION |
FUNCTION |
METASTORE |
PIPELINE |
PROVIDER |
RECIPIENT |
SCHEMA |
SHARE |
STORAGE_CREDENTIAL |
TABLE |
VOLUME |
| Modifier and Type | Method and Description |
|---|---|
static SecurableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurableType CATALOG
public static final SecurableType CONNECTION
public static final SecurableType EXTERNAL_LOCATION
public static final SecurableType FUNCTION
public static final SecurableType METASTORE
public static final SecurableType PIPELINE
public static final SecurableType PROVIDER
public static final SecurableType RECIPIENT
public static final SecurableType SCHEMA
public static final SecurableType SHARE
public static final SecurableType STORAGE_CREDENTIAL
public static final SecurableType TABLE
public static final SecurableType VOLUME
public static SecurableType[] values()
for (SecurableType c : SecurableType.values()) System.out.println(c);
public static SecurableType 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.