org.omg.SECIOP
Class ContextIdDefn

java.lang.Object
  extended by org.omg.SECIOP.ContextIdDefn
All Implemented Interfaces:
Serializable, IDLEntity

public final class ContextIdDefn
extends Object
implements IDLEntity

Generated from IDL enum "ContextIdDefn".

Version:
generated at Sep 22, 2012 10:57:56 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _CIDClient
           
static int _CIDPeer
           
static int _CIDSender
           
static ContextIdDefn CIDClient
           
static ContextIdDefn CIDPeer
           
static ContextIdDefn CIDSender
           
 
Constructor Summary
protected ContextIdDefn(int i)
           
 
Method Summary
static ContextIdDefn from_int(int value)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_CIDClient

public static final int _CIDClient
See Also:
Constant Field Values

CIDClient

public static final ContextIdDefn CIDClient

_CIDPeer

public static final int _CIDPeer
See Also:
Constant Field Values

CIDPeer

public static final ContextIdDefn CIDPeer

_CIDSender

public static final int _CIDSender
See Also:
Constant Field Values

CIDSender

public static final ContextIdDefn CIDSender
Constructor Detail

ContextIdDefn

protected ContextIdDefn(int i)
Method Detail

value

public int value()

from_int

public static ContextIdDefn from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.