public interface PredefinedNumberFormat extends NumberFormat
This object represents a predefined numeric format for a business object.
Use BusinessLayerFactory.createPredefinedNumberFormat(BusinessObject) to instantiate a predefined numeric format.
Note: the default type of a PredefinedNumberFormat object is NUMERIC.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
PredefinedNumberFormatType |
getFormat()
Returns the value of the 'Format' attribute.
|
void |
setFormat(PredefinedNumberFormatType value)
Sets the value of the '
Format' attribute. |
PredefinedNumberFormatType getFormat()
PredefinedNumberFormatType.
This is the value of the predefined numeric format for business objects.
PredefinedNumberFormatType,
setFormat(PredefinedNumberFormatType)void setFormat(PredefinedNumberFormatType value)
Format' attribute.
This is the value of the predefined numeric format for business objects.
value - the new value of the 'Format' attribute.PredefinedNumberFormatType,
getFormat()