org.csapi.fw
Class TpLoadStatusError

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

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

Generated from IDL definition of enum "TpLoadStatusError"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _LOAD_STATUS_ERROR_UNAVAILABLE
           
static int _LOAD_STATUS_ERROR_UNDEFINED
           
static TpLoadStatusError LOAD_STATUS_ERROR_UNAVAILABLE
           
static TpLoadStatusError LOAD_STATUS_ERROR_UNDEFINED
           
 
Constructor Summary
protected TpLoadStatusError(int i)
           
 
Method Summary
static TpLoadStatusError 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

_LOAD_STATUS_ERROR_UNDEFINED

public static final int _LOAD_STATUS_ERROR_UNDEFINED
See Also:
Constant Field Values

LOAD_STATUS_ERROR_UNDEFINED

public static final TpLoadStatusError LOAD_STATUS_ERROR_UNDEFINED

_LOAD_STATUS_ERROR_UNAVAILABLE

public static final int _LOAD_STATUS_ERROR_UNAVAILABLE
See Also:
Constant Field Values

LOAD_STATUS_ERROR_UNAVAILABLE

public static final TpLoadStatusError LOAD_STATUS_ERROR_UNAVAILABLE
Constructor Detail

TpLoadStatusError

protected TpLoadStatusError(int i)
Method Detail

value

public int value()

from_int

public static TpLoadStatusError from_int(int value)


Copyright © 2008. All Rights Reserved.