Skip navigation links


oracle.iam.provisioning.vo
Class OperationResult.OPERATION_RESULT_STATUSES

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES

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

public static final class OperationResult.OPERATION_RESULT_STATUSES
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static OperationResult.OPERATION_RESULT_STATUSES COMPLETED
           
static OperationResult.OPERATION_RESULT_STATUSES FAILED
           

 

Method Summary
static OperationResult.OPERATION_RESULT_STATUSES fromString(java.lang.String status)
           
 java.lang.String getStatus()
           
static OperationResult.OPERATION_RESULT_STATUSES valueOf(java.lang.String name)
           
static OperationResult.OPERATION_RESULT_STATUSES[] 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

COMPLETED

public static final OperationResult.OPERATION_RESULT_STATUSES COMPLETED

FAILED

public static final OperationResult.OPERATION_RESULT_STATUSES FAILED

Method Detail

values

public static OperationResult.OPERATION_RESULT_STATUSES[] values()

valueOf

public static OperationResult.OPERATION_RESULT_STATUSES valueOf(java.lang.String name)

getStatus

public java.lang.String getStatus()

fromString

public static OperationResult.OPERATION_RESULT_STATUSES fromString(java.lang.String status)

Skip navigation links


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