com.sap.sl.sdk.authoring.businesslayer
Interface DisplayFormat


public interface DisplayFormat

A representation of the model object 'Display Format'.

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:


Method Summary
 DataFormat getDataFormat()
          Returns the value of the 'Data Format' reference.
 void setDataFormat(DataFormat value)
          Sets the value of the 'Data Format' reference.
 

Method Detail

getDataFormat

DataFormat getDataFormat()
Returns the value of the 'Data Format' reference.

This is the display format of the data associated with the business object.

Returns:
the value of the 'Data Format' reference.
See Also:
setDataFormat(DataFormat)

setDataFormat

void setDataFormat(DataFormat value)
Sets the value of the 'Data Format' reference.

This is the display format of the data associated with the business object.

Parameters:
value - the new value of the 'Data Format' reference.
See Also:
getDataFormat()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.