org.csapi.cm
Class TpTrafficDirection

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

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

Generated from IDL definition of enum "TpTrafficDirection"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _BIDIRECTIONAL
           
static int _UNIDIRECTIONAL
           
static TpTrafficDirection BIDIRECTIONAL
           
static TpTrafficDirection UNIDIRECTIONAL
           
 
Constructor Summary
protected TpTrafficDirection(int i)
           
 
Method Summary
static TpTrafficDirection 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

_UNIDIRECTIONAL

public static final int _UNIDIRECTIONAL
See Also:
Constant Field Values

UNIDIRECTIONAL

public static final TpTrafficDirection UNIDIRECTIONAL

_BIDIRECTIONAL

public static final int _BIDIRECTIONAL
See Also:
Constant Field Values

BIDIRECTIONAL

public static final TpTrafficDirection BIDIRECTIONAL
Constructor Detail

TpTrafficDirection

protected TpTrafficDirection(int i)
Method Detail

value

public int value()

from_int

public static TpTrafficDirection from_int(int value)


Copyright © 2008. All Rights Reserved.