org.omg.CosBridgeAdmin
Class ExternalEndpointRole

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

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

Generated from IDL definition of enum "ExternalEndpointRole"

Author:
JacORB IDL compiler
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()