org.csapi.ui
Class TpUIError

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

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

Generated from IDL definition of enum "TpUIError"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_UI_ERROR_ABANDON
           
static int _P_UI_ERROR_ID_NOT_FOUND
           
static int _P_UI_ERROR_ILLEGAL_INFO
           
static int _P_UI_ERROR_ILLEGAL_RANGE
           
static int _P_UI_ERROR_IMPROPER_USER_RESPONSE
           
static int _P_UI_ERROR_NO_OPERATION_ACTIVE
           
static int _P_UI_ERROR_NO_SPACE_AVAILABLE
           
static int _P_UI_ERROR_RESOURCE_TIMEOUT
           
static int _P_UI_ERROR_RESOURCE_UNAVAILABLE
           
static int _P_UI_ERROR_UNDEFINED
           
static TpUIError P_UI_ERROR_ABANDON
           
static TpUIError P_UI_ERROR_ID_NOT_FOUND
           
static TpUIError P_UI_ERROR_ILLEGAL_INFO
           
static TpUIError P_UI_ERROR_ILLEGAL_RANGE
           
static TpUIError P_UI_ERROR_IMPROPER_USER_RESPONSE
           
static TpUIError P_UI_ERROR_NO_OPERATION_ACTIVE
           
static TpUIError P_UI_ERROR_NO_SPACE_AVAILABLE
           
static TpUIError P_UI_ERROR_RESOURCE_TIMEOUT
           
static TpUIError P_UI_ERROR_RESOURCE_UNAVAILABLE
           
static TpUIError P_UI_ERROR_UNDEFINED
           
 
Constructor Summary
protected TpUIError(int i)
           
 
Method Summary
static TpUIError 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_UI_ERROR_UNDEFINED

public static final int _P_UI_ERROR_UNDEFINED
See Also:
Constant Field Values

P_UI_ERROR_UNDEFINED

public static final TpUIError P_UI_ERROR_UNDEFINED

_P_UI_ERROR_ILLEGAL_INFO

public static final int _P_UI_ERROR_ILLEGAL_INFO
See Also:
Constant Field Values

P_UI_ERROR_ILLEGAL_INFO

public static final TpUIError P_UI_ERROR_ILLEGAL_INFO

_P_UI_ERROR_ID_NOT_FOUND

public static final int _P_UI_ERROR_ID_NOT_FOUND
See Also:
Constant Field Values

P_UI_ERROR_ID_NOT_FOUND

public static final TpUIError P_UI_ERROR_ID_NOT_FOUND

_P_UI_ERROR_RESOURCE_UNAVAILABLE

public static final int _P_UI_ERROR_RESOURCE_UNAVAILABLE
See Also:
Constant Field Values

P_UI_ERROR_RESOURCE_UNAVAILABLE

public static final TpUIError P_UI_ERROR_RESOURCE_UNAVAILABLE

_P_UI_ERROR_ILLEGAL_RANGE

public static final int _P_UI_ERROR_ILLEGAL_RANGE
See Also:
Constant Field Values

P_UI_ERROR_ILLEGAL_RANGE

public static final TpUIError P_UI_ERROR_ILLEGAL_RANGE

_P_UI_ERROR_IMPROPER_USER_RESPONSE

public static final int _P_UI_ERROR_IMPROPER_USER_RESPONSE
See Also:
Constant Field Values

P_UI_ERROR_IMPROPER_USER_RESPONSE

public static final TpUIError P_UI_ERROR_IMPROPER_USER_RESPONSE

_P_UI_ERROR_ABANDON

public static final int _P_UI_ERROR_ABANDON
See Also:
Constant Field Values

P_UI_ERROR_ABANDON

public static final TpUIError P_UI_ERROR_ABANDON

_P_UI_ERROR_NO_OPERATION_ACTIVE

public static final int _P_UI_ERROR_NO_OPERATION_ACTIVE
See Also:
Constant Field Values

P_UI_ERROR_NO_OPERATION_ACTIVE

public static final TpUIError P_UI_ERROR_NO_OPERATION_ACTIVE

_P_UI_ERROR_NO_SPACE_AVAILABLE

public static final int _P_UI_ERROR_NO_SPACE_AVAILABLE
See Also:
Constant Field Values

P_UI_ERROR_NO_SPACE_AVAILABLE

public static final TpUIError P_UI_ERROR_NO_SPACE_AVAILABLE

_P_UI_ERROR_RESOURCE_TIMEOUT

public static final int _P_UI_ERROR_RESOURCE_TIMEOUT
See Also:
Constant Field Values

P_UI_ERROR_RESOURCE_TIMEOUT

public static final TpUIError P_UI_ERROR_RESOURCE_TIMEOUT
Constructor Detail

TpUIError

protected TpUIError(int i)
Method Detail

value

public int value()

from_int

public static TpUIError from_int(int value)


Copyright © 2009. All Rights Reserved.