yt4droid
列挙型 CategoryParam

java.lang.Object
  上位を拡張 java.lang.Enum<CategoryParam>
      上位を拡張 yt4droid.CategoryParam
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Comparable<CategoryParam>

public enum CategoryParam
extends java.lang.Enum<CategoryParam>

作成者:
Harioroid

列挙型定数の概要
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
 

列挙型定数の詳細

FILM

public static final CategoryParam FILM
When a category is a film about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

AUTOS

public static final CategoryParam AUTOS
When a category is a autos about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

MUSIC

public static final CategoryParam MUSIC
When a category is a music about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

ANIMALS

public static final CategoryParam ANIMALS
When a category is a animals about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

SPORTS

public static final CategoryParam SPORTS
When a category is a sports about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

TRAVEL

public static final CategoryParam TRAVEL
When a category is a travel about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

SHOTMOV

public static final CategoryParam SHOTMOV
When a category is a shortmovie about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

VIDEOBLOG

public static final CategoryParam VIDEOBLOG
When a category is a videoblog about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

COMEDY

public static final CategoryParam COMEDY
When a category is a comedy about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

PEOPLE

public static final CategoryParam PEOPLE
When a category is a people about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

NEWS

public static final CategoryParam NEWS
When a category is a news about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

ENTERTAINMENT

public static final CategoryParam ENTERTAINMENT
When a category is a entertainment about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

EDUCATION

public static final CategoryParam EDUCATION
When a category is a education about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

HOWTO

public static final CategoryParam HOWTO
When a category is a howto about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

NONPROFIT

public static final CategoryParam NONPROFIT
When a category is a noprofit about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html

TECH

public static final CategoryParam TECH
When a category is a tech about the target video

関連項目:
http://code.google.com/intl/ja/apis/youtube/2.0/reference.html
メソッドの詳細

values

public static CategoryParam[] values()
この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために使用できます:
for (CategoryParam c : CategoryParam.values())
    System.out.println(c);

戻り値:
この列挙型の定数を宣言されている順序で含む配列

valueOf

public static CategoryParam valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に 一致している必要があります (余分な空白文字を含めることはできません)。

パラメータ:
name - 返される列挙型定数の名前
戻り値:
指定された名前を持つ列挙型定数
例外:
java.lang.IllegalArgumentException - 指定された名前を持つ定数を この列挙型が持っていない場合
java.lang.NullPointerException - 引数が null の場合

paramAsString

public static java.lang.String paramAsString(CategoryParam param)
パラメータ:
An - alternative way to perform a category filter. The two methods are equivalent.
戻り値:
The string value.