|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.util.List<CustomProperty> getCustomProperties()
CustomProperty
.
This is the list of properties attached to the API object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |