|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataRow
A IDataRow representing a generic record from the MDM IView
.
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 |
---|
Set<String> getSelectExpressions()
boolean contains(String pSelectExpression)
getSelectExpressions()
contains the Select
Expression.
pSelectExpression
-
Object getValue(String pSelectExpression)
pSelectExpression
-
Map<String,Object> valueMap()
IView getView()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |