gov.nist.javax.sdp.parser
クラス SessionNameFieldParser

java.lang.Object
  上位を拡張 gov.nist.core.ParserCore
      上位を拡張 gov.nist.javax.sdp.parser.SDPParser
          上位を拡張 gov.nist.javax.sdp.parser.SessionNameFieldParser

public class SessionNameFieldParser
extends SDPParser

バージョン:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.2 $ $Date: 2004/01/22 13:26:28 $
作成者:
deruelle

フィールドの概要
 
クラス gov.nist.core.ParserCore から継承されたフィールド
debug
 
コンストラクタの概要
SessionNameFieldParser(java.lang.String sessionNameField)
          Creates new SessionNameFieldParser
 
メソッドの概要
static void main(java.lang.String[] args)
           
 SDPField parse()
           
 SessionNameField sessionNameField()
          Get the SessionNameField
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SessionNameFieldParser

public SessionNameFieldParser(java.lang.String sessionNameField)
Creates new SessionNameFieldParser

メソッドの詳細

sessionNameField

public SessionNameField sessionNameField()
                                  throws java.text.ParseException
Get the SessionNameField

戻り値:
SessionNameField
例外:
java.text.ParseException

parse

public SDPField parse()
               throws java.text.ParseException
定義:
クラス SDPParser 内の parse
例外:
java.text.ParseException

main

public static void main(java.lang.String[] args)
                 throws java.text.ParseException
例外:
java.text.ParseException