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

java.lang.Object
  上位を拡張 gov.nist.core.GenericObject
      上位を拡張 gov.nist.javax.sdp.fields.SDPObject
          上位を拡張 gov.nist.javax.sdp.fields.SDPField
              上位を拡張 gov.nist.javax.sdp.fields.ProtoVersionField
すべての実装されたインタフェース:
SDPFieldNames, java.io.Serializable, java.lang.Cloneable, javax.sdp.Field, javax.sdp.Version

public class ProtoVersionField
extends SDPField
implements javax.sdp.Version

Proto version field of SDP announce.

バージョン:
JSR141-PUBLIC-REVIEW (subject to change).
作成者:
Olivier Deruelle , 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
 
コンストラクタの概要
ProtoVersionField()
           
 
メソッドの概要
 java.lang.String encode()
          Get the string encoded version of this object
 int getProtoVersion()
           
 int getVersion()
          Returns the version number.
 void setProtoVersion(int pv)
          Set the protoVersion member
 void setVersion(int value)
          Sets the version.
 
クラス 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
 

コンストラクタの詳細

ProtoVersionField

public ProtoVersionField()
メソッドの詳細

getProtoVersion

public int getProtoVersion()

setProtoVersion

public void setProtoVersion(int pv)
Set the protoVersion member


getVersion

public int getVersion()
               throws javax.sdp.SdpParseException
Returns the version number.

定義:
インタフェース javax.sdp.Version 内の getVersion
戻り値:
int
例外:
javax.sdp.SdpParseException

setVersion

public void setVersion(int value)
                throws javax.sdp.SdpException
Sets the version.

定義:
インタフェース javax.sdp.Version 内の setVersion
パラメータ:
value - the - new version value.
例外:
javax.sdp.SdpException - if the value is <=0

encode

public java.lang.String encode()
Get the string encoded version of this object

定義:
クラス SDPField 内の encode
導入されたバージョン:
v1.0