|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessHierarchicalLovColumn
A representation of the model object 'Business Hierarchical Lov Column'.
This interface represents the columns in the list of values based on a custom hierarchy of objects in the business layer.
Use BusinessLayerFactory.createBusinessHierarchicalLovColumn(BusinessHierarchicalLov, Dimension)
to instantiate a column of
a hierarchical list of values.
The following features are supported:
Method Summary | |
---|---|
BusinessHierarchicalLov |
getBusinessHierarchicalLov()
Returns the value of the 'Business Hierarchical Lov' reference. |
LovParameterDataType |
getDataType()
Returns the value of the 'Data Type' attribute. |
Dimension |
getDimension()
Returns the value of the 'Dimension' reference. |
void |
setDataType(LovParameterDataType value)
Sets the value of the ' Data Type ' attribute. |
void |
setDimension(Dimension value)
Sets the value of the ' Dimension ' reference. |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable |
---|
getName, setName |
Method Detail |
---|
BusinessHierarchicalLov getBusinessHierarchicalLov()
This is the list of values based on a custom hierarchy of objects.
LovParameterDataType getDataType()
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()
Dimension getDimension()
This is the dimension used for the column of the list of values.
setDimension(Dimension)
void setDimension(Dimension value)
Dimension
' reference.
This is the dimension used for the column of the list of values.
value
- the new value of the 'Dimension' reference.getDimension()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |