Uses of Class
org.jboss.seam.config.example.princessrescue.RoomType

Uses of RoomType in org.jboss.seam.config.example.princessrescue
 

Methods in org.jboss.seam.config.example.princessrescue that return RoomType
 RoomType GameRoom.getRoomType()
           
static RoomType RoomType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RoomType[] RoomType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.config.example.princessrescue with parameters of type RoomType
 void GameRoom.setRoomType(RoomType roomType)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.