| 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<NavigationPathMode> |
NavigationPathMode.VALUES
A public read-only list of all the 'Navigation Path Mode' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static NavigationPathMode |
NavigationPathMode.get(int value)
Returns the 'Navigation Path Mode' literal with the specified integer value.
|
static NavigationPathMode |
NavigationPathMode.get(java.lang.String literal)
Returns the 'Navigation Path Mode' literal with the specified literal value.
|
static NavigationPathMode |
NavigationPathMode.getByName(java.lang.String name)
Returns the 'Navigation Path Mode' literal with the specified name.
|
NavigationPathMode |
BusinessLayer.getNavigationPathMode()
Returns the value of the 'Navigation Path Mode' attribute.
|
static NavigationPathMode |
NavigationPathMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NavigationPathMode[] |
NavigationPathMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessLayer.setNavigationPathMode(NavigationPathMode value)
Sets the value of the '
Navigation Path Mode' attribute. |