Skip navigation links


oracle.iam.provisioning.vo
Class Account.ACCOUNT_TYPE

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE

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

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

Field Summary
static Account.ACCOUNT_TYPE Admin
           
static Account.ACCOUNT_TYPE Other
           
static Account.ACCOUNT_TYPE Primary
           
static Account.ACCOUNT_TYPE Secondery
           
static Account.ACCOUNT_TYPE ServiceAccount
           
static Account.ACCOUNT_TYPE Unknown
           

 

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

Primary

public static final Account.ACCOUNT_TYPE Primary

Secondery

public static final Account.ACCOUNT_TYPE Secondery

Admin

public static final Account.ACCOUNT_TYPE Admin

Other

public static final Account.ACCOUNT_TYPE Other

ServiceAccount

public static final Account.ACCOUNT_TYPE ServiceAccount

Unknown

public static final Account.ACCOUNT_TYPE Unknown

Method Detail

values

public static Account.ACCOUNT_TYPE[] values()

valueOf

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

getId

public java.lang.String getId()

Skip navigation links


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