org.omg.CosBridgeAdmin
Class FlowStyle

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

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

Generated from IDL enum "FlowStyle".

Version:
generated at Dec 2, 2008 2:43:26 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _PULL
           
static int _PUSH
           
static FlowStyle PULL
           
static FlowStyle PUSH
           
 
Constructor Summary
protected FlowStyle(int i)
           
 
Method Summary
static FlowStyle 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

_PUSH

public static final int _PUSH
See Also:
Constant Field Values

PUSH

public static final FlowStyle PUSH

_PULL

public static final int _PULL
See Also:
Constant Field Values

PULL

public static final FlowStyle PULL
Constructor Detail

FlowStyle

protected FlowStyle(int i)
Method Detail

value

public int value()

from_int

public static FlowStyle from_int(int value)

toString

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