| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<TableState> |
TableState.VALUES
A public read-only list of all the 'Table State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static TableState |
TableState.get(int value)
Returns the 'Table State' literal with the specified integer value.
|
static TableState |
TableState.get(java.lang.String literal)
Returns the 'Table State' literal with the specified literal value.
|
static TableState |
TableState.getByName(java.lang.String name)
Returns the 'Table State' literal with the specified name.
|
TableState |
TableView.getTableState()
Returns the value of the 'Table State' attribute.
|
static TableState |
TableState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableState[] |
TableState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableView.setTableState(TableState value)
Sets the value of the '
Table State' attribute. |