public interface CustomNumberFormat extends NumberFormat
This object represents a custom numeric format of a business object (dimension, measure, or attribute).
Use BusinessLayerFactory.createCustomNumberFormat(BusinessObject) to instantiate a custom numeric format.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ValueFormat |
getNegativeFormat()
Returns the value of the 'Negative Format' containment reference.
|
ValueFormat |
getPositiveFormat()
Returns the value of the 'Positive Format' containment reference.
|
ValueFormat |
getUndefinedFormat()
Returns the value of the 'Undefined Format' containment reference.
|
ValueFormat |
getZeroFormat()
Returns the value of the 'Zero Format' containment reference.
|
ValueFormat getPositiveFormat()
"".
This is the ValueFormat used to represent the positive values of the business object.
ValueFormat getNegativeFormat()
"".
This is the ValueFormat used to represent the negative values of the business object.
ValueFormat getZeroFormat()
"".
This is the ValueFormat used to represent the zero value of the business object.
ValueFormat getUndefinedFormat()
"".
This is the ValueFormat used to represent the undefined value of the business object.