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