org.omg.CosTime
Class ComparisonType

java.lang.Object
  extended by org.omg.CosTime.ComparisonType
All Implemented Interfaces:
Serializable, IDLEntity

public final class ComparisonType
extends Object
implements IDLEntity

Generated from IDL enum "ComparisonType".

Version:
generated at 03-Nov-2015 12:24:03
Author:
JacORB IDL compiler V 3.7
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)
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2015 JacORB. All rights reserved.