Oracle Corporation

com.bea.wlcp.wlng.api.account
Class AccountState

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wlcp.wlng.api.account.AccountState
All Implemented Interfaces:
Comparable, Serializable

public final class AccountState
extends Enum

Account state.

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Field Summary
static AccountState ACTIVATED
          Account is activated.
static AccountState DEACTIVATED
          Account is deactivated.
 
Method Summary
static AccountState valueOf(String name)
           
static AccountState[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

ACTIVATED

public static final AccountState ACTIVATED
Account is activated.


DEACTIVATED

public static final AccountState DEACTIVATED
Account is deactivated.

Method Detail

valueOf

public static AccountState valueOf(String name)

values

public static AccountState[] values()

Oracle Corporation