org.omg.CosTime
Class OverlapType

java.lang.Object
  extended byorg.omg.CosTime.OverlapType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "OverlapType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _OTContained
           
static int _OTContainer
           
static int _OTNoOverlap
           
static int _OTOverlap
           
static OverlapType OTContained
           
static OverlapType OTContainer
           
static OverlapType OTNoOverlap
           
static OverlapType OTOverlap
           
 
Constructor Summary
protected OverlapType(int i)
           
 
Method Summary
static OverlapType 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

_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
Constructor Detail

OverlapType

protected OverlapType(int i)
Method Detail

value

public int value()

from_int

public static OverlapType from_int(int value)

toString

public java.lang.String toString()