gov.nist.javax.sdp.fields
クラス SDPFormat
java.lang.Object
   gov.nist.core.GenericObject
gov.nist.core.GenericObject
       gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPObject
           gov.nist.javax.sdp.fields.SDPFormat
gov.nist.javax.sdp.fields.SDPFormat
- すべての実装されたインタフェース: 
- SDPFieldNames, java.io.Serializable
- public class SDPFormat 
- extends SDPObject
Media Description SDP header
- バージョン:
- JAIN-SIP-1.1
- 作成者:
- M. Ranganathan   
 This code is in the public domain.
- 関連項目:
- 直列化された形式
 
| インタフェース 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 | getFormat()
 | 
|  void | setFormat(java.lang.String fmt)
 | 
 
| クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド | 
| clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace, toString | 
 
 
| クラス java.lang.Object から継承されたメソッド | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
SDPFormat
public SDPFormat(java.lang.String s)
SDPFormat
public SDPFormat()
setFormat
public void setFormat(java.lang.String fmt)
- 
 
getFormat
public java.lang.String getFormat()
- 
 
encode
public java.lang.String encode()
- クラス GenericObjectの記述:
- Get the string encoded version of this object
 
- 
- 定義:
- クラス SDPObject内のencode
 
-