org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive
Class Game
java.lang.Object
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.Game
public class Game
- extends Object
|
Constructor Summary |
Game(boolean booleanValue,
double doubleValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Game
@Inject
public Game(boolean booleanValue,
double doubleValue)
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-2012 Seam Framework. All Rights Reserved.