public class Row extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Row.Header |
static class |
Row.Value |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(Object o) |
Row.Value |
get(Row.Header header) |
ObjectName |
getObjectName() |
List<?> |
getOperations() |
List<Row.Value> |
getValues() |
void |
setObjectName(ObjectName objectName) |
public List<?> getOperations()
public void addOperation(Object o)
public ObjectName getObjectName()
public void setObjectName(ObjectName objectName)
public Row.Value get(Row.Header header)
Copyright © 2014. All Rights Reserved.