org.csapi.cm
Class TpIPVersion

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

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

Generated from IDL definition of enum "TpIPVersion"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _VERSION_IPV4
           
static int _VERSION_IPV6
           
static int _VERSION_UNKNOWN
           
static TpIPVersion VERSION_IPV4
           
static TpIPVersion VERSION_IPV6
           
static TpIPVersion VERSION_UNKNOWN
           
 
Constructor Summary
protected TpIPVersion(int i)
           
 
Method Summary
static TpIPVersion 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

_VERSION_UNKNOWN

public static final int _VERSION_UNKNOWN
See Also:
Constant Field Values

VERSION_UNKNOWN

public static final TpIPVersion VERSION_UNKNOWN

_VERSION_IPV4

public static final int _VERSION_IPV4
See Also:
Constant Field Values

VERSION_IPV4

public static final TpIPVersion VERSION_IPV4

_VERSION_IPV6

public static final int _VERSION_IPV6
See Also:
Constant Field Values

VERSION_IPV6

public static final TpIPVersion VERSION_IPV6
Constructor Detail

TpIPVersion

protected TpIPVersion(int i)
Method Detail

value

public int value()

from_int

public static TpIPVersion from_int(int value)


Copyright © 2009. All Rights Reserved.