Package oracle.as.scheduler.security
Enum Class RuntimeDataPermission.Menu
- All Implemented Interfaces:
Serializable
,Comparable<RuntimeDataPermission.Menu>
,java.lang.constant.Constable
- Enclosing class:
- RuntimeDataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId>
Enum of the menus defined for RuntimeDataPermissions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMenu for Admin permissionsMenu for Operator permissionsMenu for Output admin permissionsMenu for View permissions -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeDataPermission.Menu
Returns the enum constant of this class with the specified name.static RuntimeDataPermission.Menu[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ESS_REQUEST_ADMIN
Menu for Admin permissions -
ESS_REQUEST_OPERATE
Menu for Operator permissions -
ESS_REQUEST_VIEW
Menu for View permissions -
ESS_REQUEST_OUTPUT_ADMIN
Menu for Output admin permissions
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-