com.sap.sl.sdk.authoring.businesslayer
Interface BusinessQueryLovColumn

All Superinterfaces:
LovColumn, Nameable

public interface BusinessQueryLovColumn
extends LovColumn

A representation of the model object 'Business Query Lov Column'.

This interface represents the columns of the list of values based on a query built with business objects.

The following features are supported:


Method Summary
 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.
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 

Method Detail

getBusinessQueryLov

BusinessQueryLov getBusinessQueryLov()
Returns the value of the 'Business Query Lov' reference.

This is the list of values based on a query.

Returns:
the value of the 'Business Query Lov' reference.

getDataType

LovParameterDataType getDataType()
Returns the value of the 'Data Type' attribute. The default value is "STRING". The literals are from the enumeration LovParameterDataType.

This is the data type of a column in the list of values.

Returns:
the value of the 'Data Type' attribute.
See Also:
LovParameterDataType, setDataType(LovParameterDataType)

setDataType

void setDataType(LovParameterDataType value)
Sets the value of the 'Data Type' attribute.

This is the data type of a column in the list of values.

Parameters:
value - the new value of the 'Data Type' attribute.
See Also:
LovParameterDataType, getDataType()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.