com.semarchy.mdm.runtime.data
Interface IDataRow

All Known Subinterfaces:
IEntityRow

public interface IDataRow

A IDataRow representing a generic record from the MDM IView .

Author:
sarod

Method Summary
 boolean contains(String pSelectExpression)
          Return true if getSelectExpressions() contains the Select Expression.
 Set<String> getSelectExpressions()
          Return the list of Select expressions available for this Row.
 Object getValue(String pSelectExpression)
          Return the value for a given Select Expression
 IView getView()
          The view from which this datarow have been loaded
 Map<String,Object> valueMap()
          Return the list of value as an unmodifiable Map.
 

Method Detail

getSelectExpressions

Set<String> getSelectExpressions()
Return the list of Select expressions available for this Row.

Returns:

contains

boolean contains(String pSelectExpression)
Return true if getSelectExpressions() contains the Select Expression.

Parameters:
pSelectExpression -
Returns:

getValue

Object getValue(String pSelectExpression)
Return the value for a given Select Expression

Parameters:
pSelectExpression -
Returns:

valueMap

Map<String,Object> valueMap()
Return the list of value as an unmodifiable Map.

Returns:

getView

IView getView()
The view from which this datarow have been loaded

Returns:


Copyright © 2015. All Rights Reserved.