Skip navigation links


oracle.iam.request.vo
Class RequestEntityAttribute.ACTION

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.request.vo.RequestEntityAttribute.ACTION

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
RequestEntityAttribute

public static final class RequestEntityAttribute.ACTION
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static RequestEntityAttribute.ACTION Add
           
static RequestEntityAttribute.ACTION Delete
           
static RequestEntityAttribute.ACTION Modify
           

 

Method Summary
static RequestEntityAttribute.ACTION valueOf(java.lang.String name)
           
static RequestEntityAttribute.ACTION[] values()
           

 

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

 

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

 

Field Detail

Add

public static final RequestEntityAttribute.ACTION Add

Modify

public static final RequestEntityAttribute.ACTION Modify

Delete

public static final RequestEntityAttribute.ACTION Delete

Method Detail

values

public static RequestEntityAttribute.ACTION[] values()

valueOf

public static RequestEntityAttribute.ACTION valueOf(java.lang.String name)

Skip navigation links


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