|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosTime.OverlapType
public final class OverlapType
OverlapType specifies the type of overlap between two time intervals. When Interval A wholly contains interval B, then it is an OTContainer of interval B and the overlap interval is the same as the interval B. When interval B wholly contains interval A, then interval A is OTContained in interval B and the overlap region is the same as interval A. When neither interval is wholly contained in the other but they overlap, then the OTOverlap case applies and the overlap region is the length of interval that overlaps. Finally, when the two intervals do not overlap, the OTNoOverlap case applies.
Field Summary | |
---|---|
static int |
_OTContained
Enum member OTContained value |
static int |
_OTContainer
Enum member OTContainer value |
static int |
_OTNoOverlap
Enum member OTNoOverlap value |
static int |
_OTOverlap
Enum member OTOverlap value |
static OverlapType |
OTContained
Enum member OTContained |
static OverlapType |
OTContainer
Enum member OTContainer |
static OverlapType |
OTNoOverlap
Enum member OTNoOverlap |
static OverlapType |
OTOverlap
Enum member OTOverlap |
Method Summary | |
---|---|
static OverlapType |
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 _OTContainer
public static final OverlapType OTContainer
public static final int _OTContained
public static final OverlapType OTContained
public static final int _OTOverlap
public static final OverlapType OTOverlap
public static final int _OTNoOverlap
public static final OverlapType OTNoOverlap
Method Detail |
---|
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public int value()
public static OverlapType 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 |