|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getNumberGrouping()
String
public String getNumberMinExponentDigits()
String
public String getNumberMinIntegerDigits()
String
public void setNumberDecimalPlaces(String value)
value
- allowed object is String
public void setNumberGrouping(String value)
value
- allowed object is String
public void setNumberMinExponentDigits(String value)
value
- allowed object is String
public 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 |