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

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

public class ZoneFieldParser
extends SDPParser

Parser For the Zone field.

バージョン:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.2 $ $Date: 2004/01/22 13:26:28 $
作成者:
Olivier Deruelle , M. Ranganathan
This code is in the public domain.

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

コンストラクタの詳細

ZoneFieldParser

public ZoneFieldParser(java.lang.String zoneField)
Creates new ZoneFieldParser

メソッドの詳細

getSign

public java.lang.String getSign(java.lang.String tokenValue)
Get the sign of the offset

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

getTypedTime

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

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

zoneField

public ZoneField zoneField()
                    throws java.text.ParseException
parse the Zone field string

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

parse

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