org.omg.CosCollection
Class LowerBoundStyle

java.lang.Object
  extended byorg.omg.CosCollection.LowerBoundStyle
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "LowerBoundStyle"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _equal_lo
           
static int _greater
           
static int _greater_or_equal
           
static LowerBoundStyle equal_lo
           
static LowerBoundStyle greater
           
static LowerBoundStyle greater_or_equal
           
 
Constructor Summary
protected LowerBoundStyle(int i)
           
 
Method Summary
static LowerBoundStyle 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

_equal_lo

public static final int _equal_lo
See Also:
Constant Field Values

equal_lo

public static final LowerBoundStyle equal_lo

_greater

public static final int _greater
See Also:
Constant Field Values

greater

public static final LowerBoundStyle greater

_greater_or_equal

public static final int _greater_or_equal
See Also:
Constant Field Values

greater_or_equal

public static final LowerBoundStyle greater_or_equal
Constructor Detail

LowerBoundStyle

protected LowerBoundStyle(int i)
Method Detail

value

public int value()

from_int

public static LowerBoundStyle from_int(int value)