public interface BusinessQueryLovColumn extends LovColumn
This interface represents the columns of the list of values based on a query built with business objects.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
BusinessQueryLov |
getBusinessQueryLov()
Returns the value of the 'Business Query Lov' reference.
|
LovParameterDataType |
getDataType()
Returns the value of the 'Data Type' attribute.
|
void |
setDataType(LovParameterDataType value)
Sets the value of the '
Data Type' attribute. |
BusinessQueryLov getBusinessQueryLov()
This is the list of values based on a query.
LovParameterDataType getDataType()
"STRING".
The literals are from the enumeration LovParameterDataType.
This is the data type of a column in the list of values.
LovParameterDataType,
setDataType(LovParameterDataType)void setDataType(LovParameterDataType value)
Data Type' attribute.
This is the data type of a column in the list of values.
value - the new value of the 'Data Type' attribute.LovParameterDataType,
getDataType()