|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.javax.sdp.TimeDescriptionImpl
public class TimeDescriptionImpl
Implementation of Time Description
| フィールドの概要 |
|---|
| インタフェース javax.sdp.TimeDescription から継承されたフィールド |
|---|
NTP_CONST |
| コンストラクタの概要 | |
|---|---|
TimeDescriptionImpl()
Creates new TimeDescriptionImpl |
|
TimeDescriptionImpl(TimeField timeField)
constructor |
|
| メソッドの概要 | |
|---|---|
void |
addRepeatField(RepeatField repeatField)
Add a repeat field. |
java.util.Vector |
getRepeatTimes(boolean create)
Returns the list of repeat times (r= fields) specified in the SessionDescription. |
javax.sdp.Time |
getTime()
Returns the Time field. |
void |
setRepeatTimes(java.util.Vector repeatTimes)
Returns the list of repeat times (r= fields) specified in the SessionDescription. |
void |
setTime(javax.sdp.Time timeField)
Sets the Time field. |
java.lang.String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public TimeDescriptionImpl()
public TimeDescriptionImpl(TimeField timeField)
TimeField - to set| メソッドの詳細 |
|---|
public javax.sdp.Time getTime()
javax.sdp.TimeDescription 内の getTime
public void setTime(javax.sdp.Time timeField)
throws javax.sdp.SdpException
javax.sdp.TimeDescription 内の setTimet - Time to set
javax.sdp.SdpException - if the time is nullpublic java.util.Vector getRepeatTimes(boolean create)
javax.sdp.TimeDescription 内の getRepeatTimescreate - boolean to set
public void setRepeatTimes(java.util.Vector repeatTimes)
throws javax.sdp.SdpException
javax.sdp.TimeDescription 内の setRepeatTimesrepeatTimes - Vector to set
javax.sdp.SdpException - if the parameter is nullpublic void addRepeatField(RepeatField repeatField)
repeatField - -- repeat field to add.public java.lang.String toString()
java.lang.Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||