|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド | |||||||||
java.lang.Objectjava.lang.Enum<CategoryParam>
yt4droid.CategoryParam
public enum CategoryParam
| 列挙型定数の概要 | |
|---|---|
ANIMALS
When a category is a animals about the target video |
|
AUTOS
When a category is a autos about the target video |
|
COMEDY
When a category is a comedy about the target video |
|
EDUCATION
When a category is a education about the target video |
|
ENTERTAINMENT
When a category is a entertainment about the target video |
|
FILM
When a category is a film about the target video |
|
HOWTO
When a category is a howto about the target video |
|
MUSIC
When a category is a music about the target video |
|
NEWS
When a category is a news about the target video |
|
NONPROFIT
When a category is a noprofit about the target video |
|
PEOPLE
When a category is a people about the target video |
|
SHOTMOV
When a category is a shortmovie about the target video |
|
SPORTS
When a category is a sports about the target video |
|
TECH
When a category is a tech about the target video |
|
TRAVEL
When a category is a travel about the target video |
|
VIDEOBLOG
When a category is a videoblog about the target video |
|
| メソッドの概要 | |
|---|---|
static java.lang.String |
paramAsString(CategoryParam param)
|
static CategoryParam |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static CategoryParam[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
| クラス java.lang.Enum から継承されたメソッド |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| 列挙型定数の詳細 |
|---|
public static final CategoryParam FILM
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam AUTOS
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam MUSIC
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam ANIMALS
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam SPORTS
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam TRAVEL
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam SHOTMOV
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam VIDEOBLOG
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam COMEDY
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam PEOPLE
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam NEWS
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam ENTERTAINMENT
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam EDUCATION
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam HOWTO
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam NONPROFIT
http://code.google.com/intl/ja/apis/youtube/2.0/reference.htmlpublic static final CategoryParam TECH
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html| メソッドの詳細 |
|---|
public static CategoryParam[] values()
for (CategoryParam c : CategoryParam.values()) System.out.println(c);
public static CategoryParam valueOf(java.lang.String name)
name - 返される列挙型定数の名前
java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合
java.lang.NullPointerException - 引数が null の場合public static java.lang.String paramAsString(CategoryParam param)
An - alternative way to perform a category filter. The two methods are equivalent.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド | |||||||||