gov.nist.javax.sdp.fields
クラス InformationField
java.lang.Object
gov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPField
gov.nist.javax.sdp.fields.InformationField
- すべての実装されたインタフェース:
- SDPFieldNames, java.io.Serializable, java.lang.Cloneable, javax.sdp.Field, javax.sdp.Info
public class InformationField
- extends SDPField
- implements javax.sdp.Info
Information field implementation
- バージョン:
- JSR141-PUBLIC-REVIEW (subject to change)
- 作成者:
- Oliver Deruelle , M. Ranganathan
- 関連項目:
- 直列化された形式
インタフェース 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 |
メソッドの概要 |
java.lang.String |
encode()
Get the string encoded version of this object |
java.lang.String |
getInformation()
|
java.lang.String |
getValue()
Returns the value. |
void |
setInformation(java.lang.String info)
|
void |
setValue(java.lang.String value)
Set the value. |
クラス java.lang.Object から継承されたメソッド |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース javax.sdp.Field から継承されたメソッド |
clone, getTypeChar |
InformationField
public InformationField()
getInformation
public java.lang.String getInformation()
setInformation
public void setInformation(java.lang.String info)
encode
public java.lang.String encode()
- Get the string encoded version of this object
- 定義:
- クラス
SDPField
内の encode
- 導入されたバージョン:
- v1.0
getValue
public java.lang.String getValue()
throws javax.sdp.SdpParseException
- Returns the value.
- 定義:
- インタフェース
javax.sdp.Info
内の getValue
- 戻り値:
- the value
- 例外:
javax.sdp.SdpParseException
setValue
public void setValue(java.lang.String value)
throws javax.sdp.SdpException
- Set the value.
- 定義:
- インタフェース
javax.sdp.Info
内の setValue
- パラメータ:
value
- to set
- 例外:
javax.sdp.SdpException
- if the value is null