Uses of Interface
org.lastbamboo.common.sdp.api.Time

Packages that use Time
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of Time in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return Time
 Time TimeDescriptionImpl.getTime()
          Returns the Time field.
 

Methods in org.lastbamboo.common.sdp with parameters of type Time
 void TimeDescriptionImpl.setTime(Time timeField)
          Sets the Time field.
 

Uses of Time in org.lastbamboo.common.sdp.api
 

Methods in org.lastbamboo.common.sdp.api that return Time
 Time SdpFactory.createTime()
          Returns an unbounded Time specification (i.e., "t=0 0").
 Time SdpFactory.createTime(Date start, Date stop)
          Returns a Time specification with the specified start and stop times.
 Time TimeDescription.getTime()
          Returns the Time field.
 

Methods in org.lastbamboo.common.sdp.api with parameters of type Time
 TimeDescription SdpFactory.createTimeDescription(Time t)
          Returns TimeDescription object with the specified properties.
 void TimeDescription.setTime(Time t)
          Sets the Time field.
 

Uses of Time in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.sdp.fields that implement Time
 class TimeField
          Time Field.
 



Copyright © 2013 LittleShoot. All Rights Reserved.