org.csapi.cm
Class TpAction

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

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

Generated from IDL definition of enum "TpAction"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _DROP
           
static int _REMARK
           
static int _RESHAPE
           
static int _TRANSMIT
           
static TpAction DROP
           
static TpAction REMARK
           
static TpAction RESHAPE
           
static TpAction TRANSMIT
           
 
Constructor Summary
protected TpAction(int i)
           
 
Method Summary
static TpAction 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

_DROP

public static final int _DROP
See Also:
Constant Field Values

DROP

public static final TpAction DROP

_TRANSMIT

public static final int _TRANSMIT
See Also:
Constant Field Values

TRANSMIT

public static final TpAction TRANSMIT

_RESHAPE

public static final int _RESHAPE
See Also:
Constant Field Values

RESHAPE

public static final TpAction RESHAPE

_REMARK

public static final int _REMARK
See Also:
Constant Field Values

REMARK

public static final TpAction REMARK
Constructor Detail

TpAction

protected TpAction(int i)
Method Detail

value

public int value()

from_int

public static TpAction from_int(int value)


Copyright © 2008. All Rights Reserved.