com.sap.sl.sdk.authoring.datafoundation
Interface StaticLovColumn

All Superinterfaces:
LovColumn, Nameable

public interface StaticLovColumn
extends LovColumn

A representation of the model object 'Static Lov Column'.

This interface represents the columns in the list of values based on specified values.

To instantiate a column of a static list of values, you can use:

The following features are supported:


Method Summary
 LovParameterDataType getDataType()
          Returns the value of the 'Data Type' attribute.
 StaticLovColumn getKeyColumn()
          Returns the value of the 'Key Column' reference.
 StaticLov getStaticLov()
          Returns the value of the 'Static Lov' reference.
 boolean isHidden()
          Returns the value of the 'Hidden' attribute.
 void setDataType(LovParameterDataType value)
          Sets the value of the 'Data Type' attribute.
 void setHidden(boolean value)
          Sets the value of the 'Hidden' attribute.
 void setKeyColumn(StaticLovColumn value)
          Sets the value of the 'Key Column' reference.
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 

Method Detail

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 the column.

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 the column.

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

getKeyColumn

StaticLovColumn getKeyColumn()
Returns the value of the 'Key Column' reference.

This is the column that is used as key.

Returns:
the value of the 'Key Column' reference.
See Also:
setKeyColumn(StaticLovColumn)

setKeyColumn

void setKeyColumn(StaticLovColumn value)
Sets the value of the 'Key Column' reference.

This is the column that is used as key.

Parameters:
value - the new value of the 'Key Column' reference.
See Also:
getKeyColumn()

isHidden

boolean isHidden()
Returns the value of the 'Hidden' attribute. The default value is "false".

Tells if the column is displayed (false) or hidden (true) in the list of values.

Returns:
the value of the 'Hidden' attribute.
See Also:
setHidden(boolean)

setHidden

void setHidden(boolean value)
Sets the value of the 'Hidden' attribute.

Hides the column of the list of values if value is true.

Parameters:
value - the new value of the 'Hidden' attribute.
See Also:
isHidden()

getStaticLov

StaticLov getStaticLov()
Returns the value of the 'Static Lov' reference.

This is the static list of values.

Returns:
the value of the 'Static Lov' reference.


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