Uses of Class
org.jboss.seam.xml.examples.princess.RoomType

Uses of RoomType in org.jboss.seam.xml.examples.princess
 

Methods in org.jboss.seam.xml.examples.princess 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.xml.examples.princess with parameters of type RoomType
 void GameRoom.setRoomType(RoomType roomType)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.