org.csapi.fw
Class TpLoadLevel

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

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

Generated from IDL definition of enum "TpLoadLevel"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _LOAD_LEVEL_NORMAL
           
static int _LOAD_LEVEL_OVERLOAD
           
static int _LOAD_LEVEL_SEVERE_OVERLOAD
           
static TpLoadLevel LOAD_LEVEL_NORMAL
           
static TpLoadLevel LOAD_LEVEL_OVERLOAD
           
static TpLoadLevel LOAD_LEVEL_SEVERE_OVERLOAD
           
 
Constructor Summary
protected TpLoadLevel(int i)
           
 
Method Summary
static TpLoadLevel 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_LEVEL_NORMAL

public static final int _LOAD_LEVEL_NORMAL
See Also:
Constant Field Values

LOAD_LEVEL_NORMAL

public static final TpLoadLevel LOAD_LEVEL_NORMAL

_LOAD_LEVEL_OVERLOAD

public static final int _LOAD_LEVEL_OVERLOAD
See Also:
Constant Field Values

LOAD_LEVEL_OVERLOAD

public static final TpLoadLevel LOAD_LEVEL_OVERLOAD

_LOAD_LEVEL_SEVERE_OVERLOAD

public static final int _LOAD_LEVEL_SEVERE_OVERLOAD
See Also:
Constant Field Values

LOAD_LEVEL_SEVERE_OVERLOAD

public static final TpLoadLevel LOAD_LEVEL_SEVERE_OVERLOAD
Constructor Detail

TpLoadLevel

protected TpLoadLevel(int i)
Method Detail

value

public int value()

from_int

public static TpLoadLevel from_int(int value)


Copyright © 2009. All Rights Reserved.