Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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:
java.lang.Comparable, java.io.Serializable

public final class AccountState
extends java.lang.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(java.lang.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(java.lang.String name)

values

public static AccountState[] values()

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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