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

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

Methods in org.jboss.seam.config.example.princessrescue that return ShootEffect
 ShootEffect GameRoom.getShootEffect()
           
static ShootEffect ShootEffect.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShootEffect[] ShootEffect.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 ShootEffect
 void GameRoom.setShootEffect(ShootEffect shootEffect)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.