Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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

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()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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