| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
BusinessLayerFactory.createParameter(java.lang.String name,
BusinessLayer businessLayer)
Creates a parameter and adds it to the given business layer.
|
Parameter |
BusinessLayerFactory.createParameter(java.lang.String name,
DataFoundation dataFoundation)
Creates a parameter and attaches it to the given data foundation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Parameter> |
BusinessLayer.getParameters()
Returns the value of the 'Parameters' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
BusinessLayerFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
Parameter parameter)
Creates a custom property for the given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
DataFoundationFactory.createParameter(java.lang.String name,
DataFoundation dataFoundation)
Creates a parameter and attaches it to the given data foundation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Parameter> |
DataFoundation.getParameters()
Returns the value of the 'Parameters' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
DataFoundationFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
Parameter parameter)
Creates a custom property for the given parameter.
|