com.bea.wlcp.wlng.api.account
Class AccountState
java.lang.Object
java.lang.Enum
com.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.
ACTIVATED
public static final AccountState ACTIVATED
- Account is activated.
DEACTIVATED
public static final AccountState DEACTIVATED
- Account is deactivated.
valueOf
public static AccountState valueOf(String name)
values
public static AccountState[] values()