Skip navigation links


oracle.iam.request.vo
Class RequestBeneficiaryEntityAttribute.ACTION

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

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

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

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

 

Method Summary
static RequestBeneficiaryEntityAttribute.ACTION valueOf(java.lang.String name)
           
static RequestBeneficiaryEntityAttribute.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 RequestBeneficiaryEntityAttribute.ACTION Add

Modify

public static final RequestBeneficiaryEntityAttribute.ACTION Modify

Delete

public static final RequestBeneficiaryEntityAttribute.ACTION Delete

Method Detail

values

public static RequestBeneficiaryEntityAttribute.ACTION[] values()

valueOf

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

Skip navigation links


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