org.omg.CosCollection
Class UpperBoundStyle

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

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

Generated from IDL enum "UpperBoundStyle".

Version:
generated at Mar 31, 2009 8:42:20 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _equal_up
           
static int _less
           
static int _less_or_equal
           
static UpperBoundStyle equal_up
           
static UpperBoundStyle less
           
static UpperBoundStyle less_or_equal
           
 
Constructor Summary
protected UpperBoundStyle(int i)
           
 
Method Summary
static UpperBoundStyle 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

_equal_up

public static final int _equal_up
See Also:
Constant Field Values

equal_up

public static final UpperBoundStyle equal_up

_less

public static final int _less
See Also:
Constant Field Values

less

public static final UpperBoundStyle less

_less_or_equal

public static final int _less_or_equal
See Also:
Constant Field Values

less_or_equal

public static final UpperBoundStyle less_or_equal
Constructor Detail

UpperBoundStyle

protected UpperBoundStyle(int i)
Method Detail

value

public int value()

from_int

public static UpperBoundStyle from_int(int value)

toString

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