クラス
system.ItemType の使用

system での ItemType の使用
 

ItemType を返す system のメソッド
 ItemType Item.getItemType()
          アイテムの種類を返します
static ItemType ItemType.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static ItemType[] ItemType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。