org.omg.CosCollection
Class UpperBoundStyle
java.lang.Object
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 Dec 2, 2008 2:43:20 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 5), 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_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
UpperBoundStyle
protected UpperBoundStyle(int i)
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