|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomNumberFormat
A representation of the model object 'Custom Number Format'.
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:
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |