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

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

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



Copyright © 2010 Seam Framework. All Rights Reserved.