org.omg.CosTime
Class OverlapType
java.lang.Object
org.omg.CosTime.OverlapType
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class OverlapType
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "OverlapType".
- Version:
- generated at Mar 12, 2011 4:11:18 PM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_OTContainer
public static final int _OTContainer
- See Also:
- Constant Field Values
OTContainer
public static final OverlapType OTContainer
_OTContained
public static final int _OTContained
- See Also:
- Constant Field Values
OTContained
public static final OverlapType OTContained
_OTOverlap
public static final int _OTOverlap
- See Also:
- Constant Field Values
OTOverlap
public static final OverlapType OTOverlap
_OTNoOverlap
public static final int _OTNoOverlap
- See Also:
- Constant Field Values
OTNoOverlap
public static final OverlapType OTNoOverlap
OverlapType
protected OverlapType(int i)
value
public int value()
from_int
public static OverlapType from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object