Uses of Class
net.sourceforge.jsdp.Time

Packages that use Time
net.sourceforge.jsdp Classes for encoding and decoding SDP messages. 
 

Uses of Time in net.sourceforge.jsdp
 

Fields in net.sourceforge.jsdp declared as Time
protected  Time TimeDescription.t
          The time field
 

Methods in net.sourceforge.jsdp that return Time
static Time SDPFactory.createTime()
          Returns a new Time.
static Time SDPFactory.createTime(Date start, Date stop)
          Returns a new Time.
static Time SDPFactory.createTime(long start, long stop)
          Returns a new Time.
 Time TimeDescription.getTime()
          Returns the time field.
static Time Time.parse(String field)
          Parse an input string and constructs the equivalent time field.
 

Methods in net.sourceforge.jsdp with parameters of type Time
 void TimeDescription.setTime(Time t)
          Sets the time field.
 

Constructors in net.sourceforge.jsdp with parameters of type Time
TimeDescription(Time t)
          Creates a new TimeDescription.
 



Copyright © 2004-2008. All Rights Reserved.