org.csapi
Class TpAddressError

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

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

Generated from IDL definition of enum "TpAddressError"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_ADDRESS_INVALID_CANNOT_DECODE
           
static int _P_ADDRESS_INVALID_INCOMPLETE
           
static int _P_ADDRESS_INVALID_MISSING
           
static int _P_ADDRESS_INVALID_MISSING_ELEMENT
           
static int _P_ADDRESS_INVALID_OUT_OF_RANGE
           
static int _P_ADDRESS_INVALID_UNDEFINED
           
static TpAddressError P_ADDRESS_INVALID_CANNOT_DECODE
           
static TpAddressError P_ADDRESS_INVALID_INCOMPLETE
           
static TpAddressError P_ADDRESS_INVALID_MISSING
           
static TpAddressError P_ADDRESS_INVALID_MISSING_ELEMENT
           
static TpAddressError P_ADDRESS_INVALID_OUT_OF_RANGE
           
static TpAddressError P_ADDRESS_INVALID_UNDEFINED
           
 
Constructor Summary
protected TpAddressError(int i)
           
 
Method Summary
static TpAddressError 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_ADDRESS_INVALID_UNDEFINED

public static final int _P_ADDRESS_INVALID_UNDEFINED
See Also:
Constant Field Values

P_ADDRESS_INVALID_UNDEFINED

public static final TpAddressError P_ADDRESS_INVALID_UNDEFINED

_P_ADDRESS_INVALID_MISSING

public static final int _P_ADDRESS_INVALID_MISSING
See Also:
Constant Field Values

P_ADDRESS_INVALID_MISSING

public static final TpAddressError P_ADDRESS_INVALID_MISSING

_P_ADDRESS_INVALID_MISSING_ELEMENT

public static final int _P_ADDRESS_INVALID_MISSING_ELEMENT
See Also:
Constant Field Values

P_ADDRESS_INVALID_MISSING_ELEMENT

public static final TpAddressError P_ADDRESS_INVALID_MISSING_ELEMENT

_P_ADDRESS_INVALID_OUT_OF_RANGE

public static final int _P_ADDRESS_INVALID_OUT_OF_RANGE
See Also:
Constant Field Values

P_ADDRESS_INVALID_OUT_OF_RANGE

public static final TpAddressError P_ADDRESS_INVALID_OUT_OF_RANGE

_P_ADDRESS_INVALID_INCOMPLETE

public static final int _P_ADDRESS_INVALID_INCOMPLETE
See Also:
Constant Field Values

P_ADDRESS_INVALID_INCOMPLETE

public static final TpAddressError P_ADDRESS_INVALID_INCOMPLETE

_P_ADDRESS_INVALID_CANNOT_DECODE

public static final int _P_ADDRESS_INVALID_CANNOT_DECODE
See Also:
Constant Field Values

P_ADDRESS_INVALID_CANNOT_DECODE

public static final TpAddressError P_ADDRESS_INVALID_CANNOT_DECODE
Constructor Detail

TpAddressError

protected TpAddressError(int i)
Method Detail

value

public int value()

from_int

public static TpAddressError from_int(int value)


Copyright © 2009. All Rights Reserved.