|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPField
gov.nist.javax.sdp.fields.KeyField
public class KeyField
Key field part of an SDP header. Acknowledgement. Bug fix contributed by espen@java.net
フィールドの概要 |
---|
インタフェース 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 |
コンストラクタの概要 | |
---|---|
KeyField()
|
メソッドの概要 | |
---|---|
java.lang.String |
encode()
Get the string encoded version of this object |
java.lang.String |
getKey()
Returns the value of this attribute. |
java.lang.String |
getKeyData()
|
java.lang.String |
getMethod()
Returns the name of this attribute |
java.lang.String |
getType()
|
boolean |
hasKey()
Determines if this attribute has an associated value. |
void |
setKey(java.lang.String key)
Sets the value of this attribute. |
void |
setKeyData(java.lang.String k)
Set the keyData member |
void |
setMethod(java.lang.String name)
Sets the id of this attribute. |
void |
setType(java.lang.String t)
Set the type member |
クラス 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 KeyField()
メソッドの詳細 |
---|
public java.lang.String getType()
public java.lang.String getKeyData()
public void setType(java.lang.String t)
public void setKeyData(java.lang.String k)
public java.lang.String encode()
SDPField
内の encode
public java.lang.String getMethod() throws javax.sdp.SdpParseException
javax.sdp.Key
内の getMethod
javax.sdp.SdpParseException
public void setMethod(java.lang.String name) throws javax.sdp.SdpException
javax.sdp.Key
内の setMethod
name
- to set
javax.sdp.SdpException
- if the name is nullpublic boolean hasKey() throws javax.sdp.SdpParseException
javax.sdp.Key
内の hasKey
javax.sdp.SdpParseException
public java.lang.String getKey() throws javax.sdp.SdpParseException
javax.sdp.Key
内の getKey
javax.sdp.SdpParseException
public void setKey(java.lang.String key) throws javax.sdp.SdpException
javax.sdp.Key
内の setKey
key
- to set
javax.sdp.SdpException
- if key is null
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |