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