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