|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.gauce.common.GauceVariable
GauceÀÇ º¯¼ö¿¡ ´ëÇÑ Default°ªÀ» Á¤ÀÇÇϴ Ŭ·¡½ºÀÌ´Ù.
| Constructor Summary | |
GauceVariable()
»ý¼ºÀÚ, Default °ªÀ» »ý¼ºÇÑ´Ù. |
|
GauceVariable(int intLengh,
int decIntLength,
int decFractionLength,
char roundMode,
int strLength)
»ý¼ºÀÚ, IntegerÇüÀÇ ±æÀÌ, DecimalÇüÀÇ Á¤º¸, StringÀÇ ±æÀÌ Á¤º¸¸¦ °¡Áö°í °´Ã¼¸¦ »ý¼ºÇÑ´Ù. |
|
| Method Summary | |
int |
getDecFractionLength()
º¯¼öÁß DecimalÇüÅÂÀÇ º¯¼ö¿¡ ´ëÇÑ ¼Ò¼öºÎºÐÀÇ ±æÀ̸¦ ¹ÝȯÇÑ´Ù. |
int |
getDecIntLength()
º¯¼öÁß DecimalÇüÅÂÀÇ º¯¼ö¿¡ ´ëÇÑ ¼ýÀںκÐÀÇ ±æÀ̸¦ ¹ÝȯÇÑ´Ù. |
int |
getIntLength()
º¯¼ö Áß NumberÇü°ú IntÇüÀÇ ¼³Á¤µÈ ±æÀ̸¦ ¹ÝȯÇÑ´Ù. |
char |
getRoundMode()
DecimalÇüÅÂÀÇ º¯¼ö°¡ ¼Ò¼öÁ¡ÀÌÇÏ ºÎºÐÀ» ¹Ý¿Ã¸² ÇÒÁö¸¦ ¹ÝȯÇÑ´Ù. |
int |
getStrLength()
º¯¼öÁß StringÇü¿¡ ´ëÇÑ ±æÀ̸¦ ¹ÝȯÇÑ´Ù. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GauceVariable()
public GauceVariable(int intLengh,
int decIntLength,
int decFractionLength,
char roundMode,
int strLength)
intLengh - IntegerÇüÀÇ ±æÀÌdecIntLength - DecimalÇüÀÇ IntegerºÎºÐÀÇ ±æÀÌdecFractionLength - DecimalÇüÀÇ ¼Ò¼öÁ¡ÀÌÇÏ ºÎºÐÀÇ ±æÀÌroundMode - ¼Ò¼öÁ¡ÀÌÇÏ Ã³¸®¿©ºÎstrLength - StringÇüÀÇ ±æÀÌ| Method Detail |
public int getIntLength()
public int getDecIntLength()
public int getDecFractionLength()
public char getRoundMode()
public int getStrLength()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||