|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.ozacc.blog.feed.FeedFormat
public class FeedFormat
フィードフォーマットを示すEnumクラス。
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
public static final FeedFormat RSS_1_0
public static final FeedFormat RSS_2_0
public static final FeedFormat ATOM_0_3
メソッドの詳細 |
---|
public String toString()
Object
内の toString
Object.toString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |