org.omg.CosCollection
Class UpperBoundStyle

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

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

Generated from IDL definition of enum "UpperBoundStyle"

Author:
JacORB IDL compiler
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()