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