gov.nist.javax.sdp.fields
クラス SDPField

java.lang.Object
  上位を拡張 gov.nist.core.GenericObject
      上位を拡張 gov.nist.javax.sdp.fields.SDPObject
          上位を拡張 gov.nist.javax.sdp.fields.SDPField
すべての実装されたインタフェース:
SDPFieldNames, java.io.Serializable
直系の既知のサブクラス:
AttributeField, BandwidthField, ConnectionField, EmailField, InformationField, KeyField, MediaField, OriginField, PhoneField, ProtoVersionField, RepeatField, SDPFieldList, SessionNameField, TimeField, URIField, ZoneField

public abstract class SDPField
extends SDPObject

Placeholder root class for SDP headers.

バージョン:
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
 
コンストラクタの概要
SDPField()
           
 
メソッドの概要
abstract  java.lang.String encode()
          Get the string encoded version of this object
 java.lang.String getFieldName()
           
 char getTypeChar()
          Returns the type character for the field.
 java.lang.String 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
 

コンストラクタの詳細

SDPField

public SDPField()
メソッドの詳細

encode

public abstract java.lang.String encode()
クラス GenericObject の記述:
Get the string encoded version of this object

定義:
クラス SDPObject 内の encode

getFieldName

public java.lang.String getFieldName()

getTypeChar

public char getTypeChar()
Returns the type character for the field.

戻り値:
the type character for the field.

toString

public java.lang.String toString()
オーバーライド:
クラス SDPObject 内の toString