public interface IDataRow
IView
.Modifier and Type | Method and Description |
---|---|
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.
|
Set<String> getSelectExpressions()
boolean contains(String pSelectExpression)
getSelectExpressions()
contains the Select
Expression.pSelectExpression
- Object getValue(String pSelectExpression)
pSelectExpression
- IView getView()
Copyright © 2019. All rights reserved.