|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.number.NumberScientificNumber
public class NumberScientificNumber
| Field Summary | |
|---|---|
protected String |
numberDecimalPlaces
|
protected String |
numberGrouping
|
protected String |
numberMinExponentDigits
|
protected String |
numberMinIntegerDigits
|
| Constructor Summary | |
|---|---|
NumberScientificNumber()
|
|
| Method Summary | |
|---|---|
String |
getNumberDecimalPlaces()
Gets the value of the numberDecimalPlaces property. |
String |
getNumberGrouping()
Gets the value of the numberGrouping property. |
String |
getNumberMinExponentDigits()
Gets the value of the numberMinExponentDigits property. |
String |
getNumberMinIntegerDigits()
Gets the value of the numberMinIntegerDigits property. |
void |
setNumberDecimalPlaces(String value)
Sets the value of the numberDecimalPlaces property. |
void |
setNumberGrouping(String value)
Sets the value of the numberGrouping property. |
void |
setNumberMinExponentDigits(String value)
Sets the value of the numberMinExponentDigits property. |
void |
setNumberMinIntegerDigits(String value)
Sets the value of the numberMinIntegerDigits property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String numberDecimalPlaces
protected String numberGrouping
protected String numberMinExponentDigits
protected String numberMinIntegerDigits
| Constructor Detail |
|---|
public NumberScientificNumber()
| Method Detail |
|---|
public String getNumberDecimalPlaces()
Stringpublic String getNumberGrouping()
Stringpublic String getNumberMinExponentDigits()
Stringpublic String getNumberMinIntegerDigits()
Stringpublic void setNumberDecimalPlaces(String value)
value - allowed object is Stringpublic void setNumberGrouping(String value)
value - allowed object is Stringpublic void setNumberMinExponentDigits(String value)
value - allowed object is Stringpublic void setNumberMinIntegerDigits(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||