public interface DisplayFormat
This object represents the format to which business object values can be displayed.
The display format supported in this release is the data format. It allows the end-user to choose the display format of business object values.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
getDataFormat()
Returns the value of the 'Data Format' reference.
|
void |
setDataFormat(DataFormat value)
Sets the value of the '
Data Format' reference. |
DataFormat getDataFormat()
This is the display format of the data associated with the business object.
setDataFormat(DataFormat)void setDataFormat(DataFormat value)
Data Format' reference.
This is the display format of the data associated with the business object.
value - the new value of the 'Data Format' reference.getDataFormat()