<< 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()
아이템 정보를 배열로 가져옵니다.