Skip navigation links


oracle.iam.oimcommon.vo
Class Account.AccountStatus

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.oimcommon.vo.Account.AccountStatus

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

public static final class Account.AccountStatus
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static Account.AccountStatus Enabled
           
static Account.AccountStatus Provisioned
           

 

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

Provisioned

public static final Account.AccountStatus Provisioned

Enabled

public static final Account.AccountStatus Enabled

Method Detail

values

public static Account.AccountStatus[] values()

valueOf

public static Account.AccountStatus valueOf(java.lang.String name)

Skip navigation links


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