public interface CustomProperty extends 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.