| 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 |
|---|---|
StringValue |
BusinessLayerFactory.createStringValue(java.lang.String value)
Creates a value of type String that can be used as an answer to a prompt.
|
| Modifier and Type | Method and Description |
|---|---|
StringValue |
DataFoundationFactory.createStringValue(java.lang.String value)
Creates a value of type String that can be used as an answer to a prompt.
|