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

All Superinterfaces:
DataFormat, DateTimeFormat

public interface CustomDateTimeFormat
extends DateTimeFormat

A representation of the model object 'Custom Date Time Format'.

This object represents a custom date-time format of a business object (dimension, measure, or attribute).

Use BusinessLayerFactory.createCustomDateTimeFormat(BusinessObject) to instantiate a custom date-time format.

The following features are supported:


Method Summary
 ValueFormat getDateTimeFormat()
          Returns the value of the 'Date Time Format' containment reference.
 ValueFormat getUndefinedFormat()
          Returns the value of the 'Undefined Format' containment reference.
 

Method Detail

getDateTimeFormat

ValueFormat getDateTimeFormat()
Returns the value of the 'Date Time Format' containment reference.

This is the ValueFormat used to represent the date-time values of the business object.

Returns:
the value of the 'Date Time Format' containment reference.

getUndefinedFormat

ValueFormat getUndefinedFormat()
Returns the value of the 'Undefined Format' containment reference.

This is the ValueFormat used to represent the undefined value of the business object.

Returns:
the value of the 'Undefined Format' containment reference.


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