public interface StaticLovRow
This interface represents the values of a row of the static list of values that can be attached to a data foundation. A row contains the values of the different columns of the list of values. A static list of values is based on a list of specified values.
To instantiate a row of a static list of values, you can use:
BusinessLayerFactory.createStaticLovRow(StaticLov)DataFoundationFactory.createStaticLovRow(StaticLov)The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FlatValue> |
getValues()
Returns the value of the 'Values' reference list.
|
java.util.List<FlatValue> getValues()
FlatValue.
These are the values of a row of the list of values.
Values are FlatValue objects. They can be either Date, Numeric or String.