public static class ClassGeneratorUtil.ConstructorArgs extends Object
Modifier and Type | Field and Description |
---|---|
static ClassGeneratorUtil.ConstructorArgs |
DEFAULT
A ConstructorArgs which calls the default constructor
|
int |
selector |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean() |
byte |
getByte() |
char |
getChar() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Object |
getObject() |
short |
getShort() |
public static ClassGeneratorUtil.ConstructorArgs DEFAULT
public int selector
public boolean getBoolean()
public byte getByte()
public char getChar()
public short getShort()
public int getInt()
public long getLong()
public double getDouble()
public float getFloat()
public Object getObject()
? 2000-2005 pat@pat.net :-)