org.jopendocument.model.number
Class NumberScientificNumber

java.lang.Object
  extended by org.jopendocument.model.number.NumberScientificNumber

public class NumberScientificNumber
extends Object


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

numberDecimalPlaces

protected String numberDecimalPlaces

numberGrouping

protected String numberGrouping

numberMinExponentDigits

protected String numberMinExponentDigits

numberMinIntegerDigits

protected String numberMinIntegerDigits
Constructor Detail

NumberScientificNumber

public NumberScientificNumber()
Method Detail

getNumberDecimalPlaces

public String getNumberDecimalPlaces()
Gets the value of the numberDecimalPlaces property.

Returns:
possible object is String

getNumberGrouping

public String getNumberGrouping()
Gets the value of the numberGrouping property.

Returns:
possible object is String

getNumberMinExponentDigits

public String getNumberMinExponentDigits()
Gets the value of the numberMinExponentDigits property.

Returns:
possible object is String

getNumberMinIntegerDigits

public String getNumberMinIntegerDigits()
Gets the value of the numberMinIntegerDigits property.

Returns:
possible object is String

setNumberDecimalPlaces

public void setNumberDecimalPlaces(String value)
Sets the value of the numberDecimalPlaces property.

Parameters:
value - allowed object is String

setNumberGrouping

public void setNumberGrouping(String value)
Sets the value of the numberGrouping property.

Parameters:
value - allowed object is String

setNumberMinExponentDigits

public void setNumberMinExponentDigits(String value)
Sets the value of the numberMinExponentDigits property.

Parameters:
value - allowed object is String

setNumberMinIntegerDigits

public void setNumberMinIntegerDigits(String value)
Sets the value of the numberMinIntegerDigits property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.