|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.number.NumberFraction
public class NumberFraction
Field Summary | |
---|---|
protected String |
numberGrouping
|
protected String |
numberMinDenominatorDigits
|
protected String |
numberMinIntegerDigits
|
protected String |
numberMinNumeratorDigits
|
Constructor Summary | |
---|---|
NumberFraction()
|
Method Summary | |
---|---|
String |
getNumberGrouping()
Gets the value of the numberGrouping property. |
String |
getNumberMinDenominatorDigits()
Gets the value of the numberMinDenominatorDigits property. |
String |
getNumberMinIntegerDigits()
Gets the value of the numberMinIntegerDigits property. |
String |
getNumberMinNumeratorDigits()
Gets the value of the numberMinNumeratorDigits property. |
void |
setNumberGrouping(String value)
Sets the value of the numberGrouping property. |
void |
setNumberMinDenominatorDigits(String value)
Sets the value of the numberMinDenominatorDigits property. |
void |
setNumberMinIntegerDigits(String value)
Sets the value of the numberMinIntegerDigits property. |
void |
setNumberMinNumeratorDigits(String value)
Sets the value of the numberMinNumeratorDigits property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String numberGrouping
protected String numberMinDenominatorDigits
protected String numberMinIntegerDigits
protected String numberMinNumeratorDigits
Constructor Detail |
---|
public NumberFraction()
Method Detail |
---|
public String getNumberGrouping()
String
public String getNumberMinDenominatorDigits()
String
public String getNumberMinIntegerDigits()
String
public String getNumberMinNumeratorDigits()
String
public void setNumberGrouping(String value)
value
- allowed object is String
public void setNumberMinDenominatorDigits(String value)
value
- allowed object is String
public void setNumberMinIntegerDigits(String value)
value
- allowed object is String
public void setNumberMinNumeratorDigits(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |