public interface 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:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomProperty> |
getCustomProperties()
Returns the value of the 'Custom Properties' reference list.
|
java.util.List<CustomProperty> getCustomProperties()
CustomProperty.
This is the list of properties attached to the API object.