|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosTime.ComparisonType
public final class ComparisonType
ComparaisonType defines the two types of time comparaison that are supported. IntervalC comparaison does the comparaison taking into account the error envelope. MidC comparaison just compare the base times. A Midc comparaison can never return TCIndeterminate.
Field Summary | |
---|---|
static int |
_IntervalC
Enum member IntervalC value |
static int |
_MidC
Enum member MidC value |
static ComparisonType |
IntervalC
Enum member IntervalC |
static ComparisonType |
MidC
Enum member MidC |
Method Summary | |
---|---|
static ComparisonType |
from_int(int value)
Return a enum member from its value. |
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums. |
java.lang.String |
toString()
Return a string representation |
int |
value()
Return the internal member value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _IntervalC
public static final ComparisonType IntervalC
public static final int _MidC
public static final ComparisonType MidC
Method Detail |
---|
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public int value()
public static ComparisonType from_int(int value)
value
- An enum value
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |