Uses of Class
org.omg.TimeBase.IntervalT
-
Packages that use IntervalT Package Description org.omg.TimeBase -
-
Uses of IntervalT in org.omg.TimeBase
Fields in org.omg.TimeBase declared as IntervalT Modifier and Type Field Description IntervalT
IntervalTHolder. value
Methods in org.omg.TimeBase that return IntervalT Modifier and Type Method Description static IntervalT
IntervalTHelper. extract(Any a)
static IntervalT
IntervalTHelper. read(InputStream istream)
Methods in org.omg.TimeBase with parameters of type IntervalT Modifier and Type Method Description static void
IntervalTHelper. insert(Any a, IntervalT that)
static void
IntervalTHelper. write(OutputStream ostream, IntervalT value)
Constructors in org.omg.TimeBase with parameters of type IntervalT Constructor Description IntervalTHolder(IntervalT initialValue)
-