|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomProperty
A representation of the model object 'Custom Property'.
You can customize data foundations, business layers, business layer items, and parameters by setting additional properties. A custom property is made of a {key,value} pair.
Use:
BusinessLayerFactory.createCustomProperty(String, String, BusinessLayer)
to instantiate a custom property for a business layer.BusinessLayerFactory.createCustomProperty(String, String, BlItem)
to instantiate a custom property for a dimension, attribute, measure or filter.BusinessLayerFactory.createCustomProperty(String, String, Parameter)
to instantiate a custom property for a parameter of a business layer.DataFoundationFactory.createCustomProperty(String, String, DataFoundation)
to instantiate a custom property for a data foundation.DataFoundationFactory.createCustomProperty(String, String, Parameter)
to instantiate a custom property for a parameter of a data foundation.
Method Summary |
---|
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Property |
---|
getKey, getValue, setKey, setValue |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |