org.omg.CosBridgeAdmin
Class ExternalEndpointRole

java.lang.Object
  extended by org.omg.CosBridgeAdmin.ExternalEndpointRole
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class ExternalEndpointRole
extends java.lang.Object
implements IDLEntity

Generated from IDL enum "ExternalEndpointRole".

Version:
generated at Sep 14, 2010 11:02:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _SINK
           
static int _SOURCE
           
static ExternalEndpointRole SINK
           
static ExternalEndpointRole SOURCE
           
 
Constructor Summary
protected ExternalEndpointRole(int i)
           
 
Method Summary
static ExternalEndpointRole from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_SOURCE

public static final int _SOURCE
See Also:
Constant Field Values

SOURCE

public static final ExternalEndpointRole SOURCE

_SINK

public static final int _SINK
See Also:
Constant Field Values

SINK

public static final ExternalEndpointRole SINK
Constructor Detail

ExternalEndpointRole

protected ExternalEndpointRole(int i)
Method Detail

value

public int value()

from_int

public static ExternalEndpointRole from_int(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object