com.ozacc.blog.feed
クラス FeedFormat

java.lang.Object
  上位を拡張 com.ozacc.blog.feed.FeedFormat

public class FeedFormat
extends Object

フィードフォーマットを示すEnumクラス。

導入されたバージョン:
1.0
バージョン:
$Id: FeedFormat.java 197 2005-08-10 01:43:23Z otsuka $
作成者:
Tomohiro Otsuka

フィールドの概要
static FeedFormat ATOM_0_3
          ATOM 0.3
static FeedFormat RSS_1_0
          RSS 1.0
static FeedFormat RSS_2_0
          RSS 2.0
 
メソッドの概要
 String toString()
          フォーマットを示す文字列を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

RSS_1_0

public static final FeedFormat RSS_1_0
RSS 1.0


RSS_2_0

public static final FeedFormat RSS_2_0
RSS 2.0


ATOM_0_3

public static final FeedFormat ATOM_0_3
ATOM 0.3

メソッドの詳細

toString

public String toString()
フォーマットを示す文字列を返します。「RSS 1.0」、「RSS 2.0」といったフォーマットです。
ATOMの場合は「ATOM 0.3」を返します。

オーバーライド:
クラス Object 内の toString
戻り値:
フィードフォーマット
関連項目:
Object.toString()


Copyright © 2004-2006 OZACC. All Rights Reserved.