Skip navigation links


oracle.iam.platform.entitymgr.vo
Class SchemaModification.Operation

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.entitymgr.vo.SchemaModification.Operation

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

public static final class SchemaModification.Operation
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static SchemaModification.Operation Add
           
static SchemaModification.Operation Modify
           
static SchemaModification.Operation Remove
           

 

Method Summary
static SchemaModification.Operation valueOf(java.lang.String name)
           
static SchemaModification.Operation[] 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 SchemaModification.Operation Add

Modify

public static final SchemaModification.Operation Modify

Remove

public static final SchemaModification.Operation Remove

Method Detail

values

public static SchemaModification.Operation[] values()

valueOf

public static SchemaModification.Operation valueOf(java.lang.String name)

Skip navigation links


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