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

All Superinterfaces:
DataFormat, NumberFormat

public interface PredefinedNumberFormat
extends NumberFormat

A representation of the model object 'Predefined Number Format'.

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:


Method Summary
 PredefinedNumberFormatType getFormat()
          Returns the value of the 'Format' attribute.
 void setFormat(PredefinedNumberFormatType value)
          Sets the value of the 'Format' attribute.
 

Method Detail

getFormat

PredefinedNumberFormatType getFormat()
Returns the value of the 'Format' attribute. The literals are from the enumeration PredefinedNumberFormatType.

This is the value of the predefined numeric format for business objects.

Returns:
the value of the 'Format' attribute.
See Also:
PredefinedNumberFormatType, setFormat(PredefinedNumberFormatType)

setFormat

void setFormat(PredefinedNumberFormatType value)
Sets the value of the 'Format' attribute.

This is the value of the predefined numeric format for business objects.

Parameters:
value - the new value of the 'Format' attribute.
See Also:
PredefinedNumberFormatType, getFormat()


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