|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.number.NumberNumber
public class NumberNumber
Field Summary | |
---|---|
protected String |
numberDecimalPlaces
|
protected String |
numberDecimalReplacement
|
protected String |
numberDisplayFactor
|
protected List<NumberEmbeddedText> |
numberEmbeddedText
|
protected String |
numberGrouping
|
protected String |
numberMinIntegerDigits
|
Constructor Summary | |
---|---|
NumberNumber()
|
Method Summary | |
---|---|
String |
getNumberDecimalPlaces()
Gets the value of the numberDecimalPlaces property. |
String |
getNumberDecimalReplacement()
Gets the value of the numberDecimalReplacement property. |
String |
getNumberDisplayFactor()
Gets the value of the numberDisplayFactor property. |
List<NumberEmbeddedText> |
getNumberEmbeddedText()
Gets the value of the numberEmbeddedText property. |
String |
getNumberGrouping()
Gets the value of the numberGrouping property. |
String |
getNumberMinIntegerDigits()
Gets the value of the numberMinIntegerDigits property. |
void |
setNumberDecimalPlaces(String value)
Sets the value of the numberDecimalPlaces property. |
void |
setNumberDecimalReplacement(String value)
Sets the value of the numberDecimalReplacement property. |
void |
setNumberDisplayFactor(String value)
Sets the value of the numberDisplayFactor property. |
void |
setNumberGrouping(String value)
Sets the value of the numberGrouping 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 numberDecimalReplacement
protected String numberDisplayFactor
protected List<NumberEmbeddedText> numberEmbeddedText
protected String numberGrouping
protected String numberMinIntegerDigits
Constructor Detail |
---|
public NumberNumber()
Method Detail |
---|
public String getNumberDecimalPlaces()
String
public String getNumberDecimalReplacement()
String
public String getNumberDisplayFactor()
String
public List<NumberEmbeddedText> getNumberEmbeddedText()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the numberEmbeddedText property.
For example, to add a new item, do as follows:
getNumberEmbeddedText().add(newItem);
Objects of the following type(s) are allowed in the list NumberEmbeddedText
public String getNumberGrouping()
String
public String getNumberMinIntegerDigits()
String
public void setNumberDecimalPlaces(String value)
value
- allowed object is String
public void setNumberDecimalReplacement(String value)
value
- allowed object is String
public void setNumberDisplayFactor(String value)
value
- allowed object is String
public void setNumberGrouping(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 |