public interface StaticLov extends Lov
This interface represents a static list of values that can be attached to a data foundation. A static list of values is based on a list of specified values.
To instantiate a static list of values, you can use:
BusinessLayerFactory.createStaticLov(String, BusinessLayer)DataFoundationFactory.createStaticLov(String, DataFoundation)The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StaticLovColumn> |
getColumns()
Returns the value of the 'Columns' containment reference list.
|
java.util.List<StaticLovRow> |
getRows()
Returns the value of the 'Rows' containment reference list.
|
getDescription, isHidden, setDescription, setHiddengetIdentifiergetInheritedDatajava.util.List<StaticLovRow> getRows()
StaticLovRow.
This is the list of rows of the static list of values. Each row corresponds to a specific value.
java.util.List<StaticLovColumn> getColumns()
StaticLovColumn.
This is the list of columns of the static list of values.