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

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

public class RepeatFieldParser
extends SDPParser

Parser for Repeat field.

バージョン:
JAIN-SIP-1.1
作成者:
Olivier Deruelle , M. Ranganathan
This code is in the public domain.

フィールドの概要
 
クラス gov.nist.core.ParserCore から継承されたフィールド
debug
 
コンストラクタの概要
RepeatFieldParser(java.lang.String repeatField)
          Creates new RepeatFieldsParser
 
メソッドの概要
 TypedTime getTypedTime(java.lang.String tokenValue)
          Get the typed time
 SDPField parse()
           
 RepeatField repeatField()
          parse the field string
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RepeatFieldParser

public RepeatFieldParser(java.lang.String repeatField)
Creates new RepeatFieldsParser

メソッドの詳細

getTypedTime

public TypedTime getTypedTime(java.lang.String tokenValue)
Get the typed time

パラメータ:
String - tokenValue to set
戻り値:
TypedTime

repeatField

public RepeatField repeatField()
                        throws java.text.ParseException
parse the field string

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

parse

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