| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ProjectionFunction> |
ProjectionFunction.VALUES
A public read-only list of all the 'Projection Function' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectionFunction |
ProjectionFunction.get(int value)
Returns the 'Projection Function' literal with the specified integer value.
|
static ProjectionFunction |
ProjectionFunction.get(java.lang.String literal)
Returns the 'Projection Function' literal with the specified literal value.
|
static ProjectionFunction |
ProjectionFunction.getByName(java.lang.String name)
Returns the 'Projection Function' literal with the specified name.
|
ProjectionFunction |
Measure.getProjectionFunction()
Returns the value of the 'Projection Function' attribute.
|
static ProjectionFunction |
ProjectionFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionFunction[] |
ProjectionFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Measure.setProjectionFunction(ProjectionFunction value)
Sets the value of the '
Projection Function' attribute. |