Uses of Class
org.lastbamboo.common.sdp.fields.TypedTime

Packages that use TypedTime
org.lastbamboo.common.sdp.fields   
org.lastbamboo.common.sdp.parser   
 

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

Fields in org.lastbamboo.common.sdp.fields declared as TypedTime
protected  TypedTime RepeatField.activeDuration
           
protected  TypedTime ZoneAdjustment.offset
           
protected  TypedTime RepeatField.repeatInterval
           
 

Methods in org.lastbamboo.common.sdp.fields that return TypedTime
 TypedTime ZoneAdjustment.getOffset()
          get the offset.
 

Methods in org.lastbamboo.common.sdp.fields with parameters of type TypedTime
 void RepeatField.addOffset(TypedTime offset)
           
 void RepeatField.setActiveDuration(TypedTime duration)
           
 void ZoneAdjustment.setOffset(TypedTime off)
          Set the offset.
 void RepeatField.setRepeatInterval(TypedTime interval)
           
 

Uses of TypedTime in org.lastbamboo.common.sdp.parser
 

Methods in org.lastbamboo.common.sdp.parser that return TypedTime
 TypedTime ZoneFieldParser.getTypedTime(String tokenValue)
          Get the typed time
 TypedTime TimeFieldParser.getTypedTime(String tokenValue)
          Get the typed time
 TypedTime RepeatFieldParser.getTypedTime(String tokenValue)
          Get the typed time
 



Copyright © 2013 LittleShoot. All Rights Reserved.