public class Row
extends groovy.lang.GroovyObjectSupport
implements groovy.lang.GroovyObject
| Modifier and Type | Method and Description |
|---|---|
Object[] |
asArray() |
Map<String,Object> |
asMap() |
Row |
getHeader() |
String[] |
getHeaderAsStrings() |
static String |
getHeaderText(Object obj) |
Object |
getProperty(String propertyName) |
boolean |
headExists(String header) |
Row |
or(Object arg) |
void |
setRowHeader(Row header)
Setup header if have
|
int |
size() |
String |
toString() |
getMetaClass, invokeMethod, setMetaClass, setPropertypublic Row(Object firstValue)
public Object[] asArray()
public int size()
public void setRowHeader(Row header)
public boolean headExists(String header)
public Row getHeader()
public String[] getHeaderAsStrings()
public Object getProperty(String propertyName)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.GroovyObjectSupportCopyright © 2019. All rights reserved.