|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lastbamboo.common.sdp.TimeDescriptionImpl
public class TimeDescriptionImpl
Implementation of Time Description
| Field Summary |
|---|
| Fields inherited from interface org.lastbamboo.common.sdp.api.TimeDescription |
|---|
NTP_CONST |
| Constructor Summary | |
|---|---|
TimeDescriptionImpl()
Creates new TimeDescriptionImpl |
|
TimeDescriptionImpl(TimeField timeField)
constructor |
|
| Method Summary | |
|---|---|
void |
addRepeatField(RepeatField repeatField)
Add a repeat field. |
Vector |
getRepeatTimes(boolean create)
Returns the list of repeat times (r= fields) specified in the SessionDescription. |
Time |
getTime()
Returns the Time field. |
void |
setRepeatTimes(Vector repeatTimes)
Returns the list of repeat times (r= fields) specified in the SessionDescription. |
void |
setTime(Time timeField)
Sets the Time field. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeDescriptionImpl()
public TimeDescriptionImpl(TimeField timeField)
timeField - time field to create this descrition from| Method Detail |
|---|
public Time getTime()
getTime in interface TimeDescription
public void setTime(Time timeField)
throws SdpException
setTime in interface TimeDescriptiontimeField - Time to set
SdpException - if the time is nullpublic Vector getRepeatTimes(boolean create)
getRepeatTimes in interface TimeDescriptioncreate - boolean to set
public void setRepeatTimes(Vector repeatTimes)
throws SdpException
setRepeatTimes in interface TimeDescriptionrepeatTimes - Vector to set
SdpException - if the parameter is nullpublic void addRepeatField(RepeatField repeatField)
repeatField - -- repeat field to add.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||