@Generated public enum SpecialDestination extends Enum<SpecialDestination>
| Enum Constant and Description |
|---|
SPECIAL_DESTINATION_CATALOG_OWNER |
SPECIAL_DESTINATION_CONNECTION_OWNER |
SPECIAL_DESTINATION_CREDENTIAL_OWNER |
SPECIAL_DESTINATION_EXTERNAL_LOCATION_OWNER |
SPECIAL_DESTINATION_METASTORE_OWNER |
| Modifier and Type | Method and Description |
|---|---|
static SpecialDestination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialDestination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecialDestination SPECIAL_DESTINATION_CATALOG_OWNER
public static final SpecialDestination SPECIAL_DESTINATION_CONNECTION_OWNER
public static final SpecialDestination SPECIAL_DESTINATION_CREDENTIAL_OWNER
public static final SpecialDestination SPECIAL_DESTINATION_EXTERNAL_LOCATION_OWNER
public static final SpecialDestination SPECIAL_DESTINATION_METASTORE_OWNER
public static SpecialDestination[] values()
for (SpecialDestination c : SpecialDestination.values()) System.out.println(c);
public static SpecialDestination 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 © 2026. All rights reserved.