public class Game extends Object
| Constructor and Description |
|---|
Game(boolean booleanValue,
double doubleValue) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getInjectedByte() |
double |
getInjectedDouble() |
float |
getInjectedFloat() |
char |
getInjectedChar() |
int |
getInjectedInt() |
long |
getInjectedLong() |
short |
getInjectedShort() |
boolean |
isInjectedBoolean() |
void |
setInjectedInt(int intValue) |
public byte getInjectedByte()
public short getInjectedShort()
public int getInjectedInt()
@Inject public void setInjectedInt(int intValue)
public long getInjectedLong()
public float getInjectedFloat()
public double getInjectedDouble()
public char getInjectedChar()
public boolean isInjectedBoolean()
Copyright © 2008–2016 CDI TCK. All rights reserved.