org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive
Class Game

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.Game

public class Game
extends Object


Constructor Summary
Game(boolean booleanValue, double doubleValue)
           
 
Method Summary
 byte getInjectedByte()
           
 double getInjectedDouble()
           
 float getInjectedFloat()
           
 char getInjectedChar()
           
 int getInjectedInt()
           
 long getInjectedLong()
           
 short getInjectedShort()
           
 boolean isInjectedBoolean()
           
 void setInjectedInt(int intValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

@Inject
public Game(boolean booleanValue,
                   double doubleValue)
Method Detail

getInjectedByte

public byte getInjectedByte()

getInjectedShort

public short getInjectedShort()

getInjectedInt

public int getInjectedInt()

setInjectedInt

@Inject
public void setInjectedInt(int intValue)

getInjectedLong

public long getInjectedLong()

getInjectedFloat

public float getInjectedFloat()

getInjectedDouble

public double getInjectedDouble()

getInjectedChar

public char getInjectedChar()

isInjectedBoolean

public boolean isInjectedBoolean()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.