|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticLovRow
A representation of the model object 'Static Lov Row'.
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:
Method Summary | |
---|---|
java.util.List<FlatValue> |
getValues()
Returns the value of the 'Values' reference list. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |