|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrimitiveService
| Method Summary | |
|---|---|
boolean |
getBoolean()
|
byte |
getByte()
|
char |
getChar()
|
double |
getDouble()
|
float |
getFloat()
|
int |
getInt()
|
long |
getLong()
|
short |
getShort()
|
void |
setBoolean(boolean bool)
|
void |
setByte(byte b)
|
void |
setBytes(byte[] b)
|
void |
setChar(char c)
|
void |
setDouble(double d)
|
void |
setFloat(float f)
|
void |
setInt(int i)
|
void |
setLong(long l)
|
void |
setShort(short s)
|
| Method Detail |
|---|
boolean getBoolean()
byte getByte()
char getChar()
short getShort()
int getInt()
long getLong()
float getFloat()
double getDouble()
void setBoolean(boolean bool)
void setByte(byte b)
void setBytes(byte[] b)
void setChar(char c)
void setShort(short s)
void setInt(int i)
void setLong(long l)
void setFloat(float f)
void setDouble(double d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||