<< Click to Display Table of Contents >>

IOZCategoryInfoList


Method Detail

getCategoryInfo

public IOZCategoryInfo getCategoryInfo(int index)

指定インデックスに該当するカテゴリー情報を取得します。

Parameters:

index : インデックス

getSize

public String getSize()

カテゴリーリスト個数を取得します。

getCategoryInfos

public IOZCategoryInfo[] getCategoryInfos()

カテゴリー情報を配列でを取得します。

getItemInfo

public IOZItemInfo getItemInfo(int index)

指定インデックスに該当するアイテム情報を取得します。

Parameters:

index : インデックス

getSize

public String getSize()

アイテムリスト個数を取得します。

getItemInfos

public IOZItemInfo[] getItemInfos()

アイテム情報を配列でを取得します。