org.omg.CosTime
Class ComparisonType

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

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

Generated from IDL definition of enum "ComparisonType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _IntervalC
           
static int _MidC
           
static ComparisonType IntervalC
           
static ComparisonType MidC
           
 
Constructor Summary
protected ComparisonType(int i)
           
 
Method Summary
static ComparisonType 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

_IntervalC

public static final int _IntervalC
See Also:
Constant Field Values

IntervalC

public static final ComparisonType IntervalC

_MidC

public static final int _MidC
See Also:
Constant Field Values

MidC

public static final ComparisonType MidC
Constructor Detail

ComparisonType

protected ComparisonType(int i)
Method Detail

value

public int value()

from_int

public static ComparisonType from_int(int value)

toString

public java.lang.String toString()