org.csapi.dsc
Class TpDataSessionErrorType

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

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

Generated from IDL definition of enum "TpDataSessionErrorType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_DATA_SESSION_ERROR_INVALID_ADDRESS
           
static int _P_DATA_SESSION_ERROR_INVALID_STATE
           
static int _P_DATA_SESSION_ERROR_UNDEFINED
           
static TpDataSessionErrorType P_DATA_SESSION_ERROR_INVALID_ADDRESS
           
static TpDataSessionErrorType P_DATA_SESSION_ERROR_INVALID_STATE
           
static TpDataSessionErrorType P_DATA_SESSION_ERROR_UNDEFINED
           
 
Constructor Summary
protected TpDataSessionErrorType(int i)
           
 
Method Summary
static TpDataSessionErrorType 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_DATA_SESSION_ERROR_UNDEFINED

public static final int _P_DATA_SESSION_ERROR_UNDEFINED
See Also:
Constant Field Values

P_DATA_SESSION_ERROR_UNDEFINED

public static final TpDataSessionErrorType P_DATA_SESSION_ERROR_UNDEFINED

_P_DATA_SESSION_ERROR_INVALID_ADDRESS

public static final int _P_DATA_SESSION_ERROR_INVALID_ADDRESS
See Also:
Constant Field Values

P_DATA_SESSION_ERROR_INVALID_ADDRESS

public static final TpDataSessionErrorType P_DATA_SESSION_ERROR_INVALID_ADDRESS

_P_DATA_SESSION_ERROR_INVALID_STATE

public static final int _P_DATA_SESSION_ERROR_INVALID_STATE
See Also:
Constant Field Values

P_DATA_SESSION_ERROR_INVALID_STATE

public static final TpDataSessionErrorType P_DATA_SESSION_ERROR_INVALID_STATE
Constructor Detail

TpDataSessionErrorType

protected TpDataSessionErrorType(int i)
Method Detail

value

public int value()

from_int

public static TpDataSessionErrorType from_int(int value)


Copyright © 2008. All Rights Reserved.