|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPField
gov.nist.javax.sdp.fields.ZoneField
public class ZoneField
Z= SDP field.
フィールドの概要 |
---|
インタフェース gov.nist.javax.sdp.fields.SDPFieldNames から継承されたフィールド |
---|
ATTRIBUTE_FIELD, BANDWIDTH_FIELD, CONNECTION_FIELD, EMAIL_FIELD, INFORMATION_FIELD, KEY_FIELD, MEDIA_FIELD, ORIGIN_FIELD, PHONE_FIELD, PROTO_VERSION_FIELD, REPEAT_FIELD, SESSION_NAME_FIELD, TIME_FIELD, URI_FIELD, ZONE_FIELD |
コンストラクタの概要 | |
---|---|
ZoneField()
Constructor. |
メソッドの概要 | |
---|---|
void |
addZoneAdjustment(ZoneAdjustment za)
Add an element to the zone adjustment list. |
java.lang.String |
encode()
Encode this structure into a canonical form. |
boolean |
getTypedTime()
Returns whether the field will be output as a typed time or a integer value. |
SDPObjectList |
getZoneAdjustments()
Get the zone adjustment list. |
java.util.Hashtable |
getZoneAdjustments(boolean create)
Returns a Hashtable of adjustment times, where: key = Date. |
void |
setTypedTime(boolean typedTime)
Sets whether the field will be output as a typed time or a integer value. |
void |
setZoneAdjustments(java.util.Hashtable map)
Sets the Hashtable of adjustment times, where: key = Date. |
クラス gov.nist.javax.sdp.fields.SDPField から継承されたメソッド |
---|
getFieldName, getTypeChar, toString |
クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド |
---|
clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace |
クラス gov.nist.core.GenericObject から継承されたメソッド |
---|
debugDump, getClassFromName, getMatcher, isMySubclass, setMatcher |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース javax.sdp.Field から継承されたメソッド |
---|
clone, getTypeChar |
コンストラクタの詳細 |
---|
public ZoneField()
メソッドの詳細 |
---|
public void addZoneAdjustment(ZoneAdjustment za)
za
- zone adjustment to add.public SDPObjectList getZoneAdjustments()
public java.lang.String encode()
SDPField
内の encode
public java.util.Hashtable getZoneAdjustments(boolean create) throws javax.sdp.SdpParseException
javax.sdp.TimeZoneAdjustment
内の getZoneAdjustments
create
- to set
javax.sdp.SdpParseException
public void setZoneAdjustments(java.util.Hashtable map) throws javax.sdp.SdpException
javax.sdp.TimeZoneAdjustment
内の setZoneAdjustments
map
- Hashtable to set
javax.sdp.SdpException
- if the parameter is nullpublic void setTypedTime(boolean typedTime)
javax.sdp.TimeZoneAdjustment
内の setTypedTime
typedTime
- typedTime - if set true, the start and stop times will be
output in an optimal typed time format; if false, the
times will be output as integers.public boolean getTypedTime()
javax.sdp.TimeZoneAdjustment
内の getTypedTime
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |