org.csapi.am
Class TpBalanceQueryError

java.lang.Object
  extended by org.csapi.am.TpBalanceQueryError
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpBalanceQueryError
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "TpBalanceQueryError"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_BALANCE_QUERY_ERROR_UNDEFINED
           
static int _P_BALANCE_QUERY_OK
           
static int _P_BALANCE_QUERY_SYSTEM_FAILURE
           
static int _P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION
           
static int _P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER
           
static TpBalanceQueryError P_BALANCE_QUERY_ERROR_UNDEFINED
           
static TpBalanceQueryError P_BALANCE_QUERY_OK
           
static TpBalanceQueryError P_BALANCE_QUERY_SYSTEM_FAILURE
           
static TpBalanceQueryError P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION
           
static TpBalanceQueryError P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER
           
 
Constructor Summary
protected TpBalanceQueryError(int i)
           
 
Method Summary
static TpBalanceQueryError from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_P_BALANCE_QUERY_OK

public static final int _P_BALANCE_QUERY_OK
See Also:
Constant Field Values

P_BALANCE_QUERY_OK

public static final TpBalanceQueryError P_BALANCE_QUERY_OK

_P_BALANCE_QUERY_ERROR_UNDEFINED

public static final int _P_BALANCE_QUERY_ERROR_UNDEFINED
See Also:
Constant Field Values

P_BALANCE_QUERY_ERROR_UNDEFINED

public static final TpBalanceQueryError P_BALANCE_QUERY_ERROR_UNDEFINED

_P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER

public static final int _P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER
See Also:
Constant Field Values

P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER

public static final TpBalanceQueryError P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER

_P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION

public static final int _P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION
See Also:
Constant Field Values

P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION

public static final TpBalanceQueryError P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION

_P_BALANCE_QUERY_SYSTEM_FAILURE

public static final int _P_BALANCE_QUERY_SYSTEM_FAILURE
See Also:
Constant Field Values

P_BALANCE_QUERY_SYSTEM_FAILURE

public static final TpBalanceQueryError P_BALANCE_QUERY_SYSTEM_FAILURE
Constructor Detail

TpBalanceQueryError

protected TpBalanceQueryError(int i)
Method Detail

value

public int value()

from_int

public static TpBalanceQueryError from_int(int value)


Copyright © 2009. All Rights Reserved.