org.omg.CosCollection
Class LowerBoundStyle
java.lang.Object
org.omg.CosCollection.LowerBoundStyle
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class LowerBoundStyle
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "LowerBoundStyle".
- Version:
- generated at Jan 1, 2011 11:43:00 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
LowerBoundStyle
protected LowerBoundStyle(int i)
value
public int value()
from_int
public static LowerBoundStyle from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object