com.sap.sl.sdk.authoring.commons
Interface Customizable

All Known Subinterfaces:
Attribute, BlContainer, BlItem, BusinessFilter, BusinessLayer, BusinessObject, DataFoundation, Dimension, Filter, Folder, Measure, MonoSourceDataFoundation, MultiSourceDataFoundation, NativeRelationalFilter, OlapBusinessLayer, Parameter, RelationalBusinessLayer, RootFolder

public interface Customizable

A representation of the model object 'Customizable'.

This interface allows data foundations, business layers, business layer items, and parameters to be customized via a set of custom properties. You can store and get the list of custom properties attached to an object through the getCustomProperties() method.

The following features are supported:


Method Summary
 java.util.List<CustomProperty> getCustomProperties()
          Returns the value of the 'Custom Properties' reference list.
 

Method Detail

getCustomProperties

java.util.List<CustomProperty> getCustomProperties()
Returns the value of the 'Custom Properties' reference list. The list contents are of type CustomProperty.

This is the list of properties attached to the API object.

Returns:
the value of the 'Custom Properties' reference list.


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