Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler.security
Enum MetadataPermission.Action

java.lang.Object
  extended by java.lang.Enum<MetadataPermission.Action>
      extended by oracle.as.scheduler.security.MetadataPermission.Action

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MetadataPermission.Action>
Enclosing class:
MetadataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId>

public static enum MetadataPermission.Action
extends java.lang.Enum<MetadataPermission.Action>

Enum Constant Summary
ALL
           
CREATE
           
DELETE
           
EXECUTE
           
READ
           
UPDATE
           

 

Method Summary
 int length()
           
 int mask()
           
 char[] toCharArray()
           
 java.lang.String toString()
           
static MetadataPermission.Action valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MetadataPermission.Action valueOfField(java.lang.String privStr)
           
static MetadataPermission.Action[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

READ

public static final MetadataPermission.Action READ

CREATE

public static final MetadataPermission.Action CREATE

UPDATE

public static final MetadataPermission.Action UPDATE

DELETE

public static final MetadataPermission.Action DELETE

EXECUTE

public static final MetadataPermission.Action EXECUTE

ALL

public static final MetadataPermission.Action ALL

Method Detail

values

public static MetadataPermission.Action[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MetadataPermission.Action c : MetadataPermission.Action.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MetadataPermission.Action valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

mask

public int mask()

toCharArray

public char[] toCharArray()

length

public int length()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<MetadataPermission.Action>

valueOfField

public static MetadataPermission.Action valueOfField(java.lang.String privStr)

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.