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