<< Click to Display Table of Contents >>

IOZCategoryInfoList

This interface provides category information.


Method Detail

getCategoryInfo

public IOZCategoryInfo getCategoryInfo(int index)

Gets the category information corresponding to the index.

Parameters:

index - Index

getSize

public String getSize()

Gets the number of the category lists.

getCategoryInfos

public IOZCategoryInfo[] getCategoryInfos()

Gets the category information as array.

getItemInfo

public IOZItemInfo getItemInfo(int index)

Gets the information of the item corresponding to the index.

Parameters:

index - Index

getSize

public String getSize()

Gets the number of the item lists.

getItemInfos

public IOZItemInfo[] getItemInfos()

Gets the item information as array.