public class TableEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableEntry.TableValue |
| Constructor and Description |
|---|
TableEntry(String actionId,
List<TableEntry.TableValue> values) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionId() |
List<TableEntry.TableValue> |
getValues() |
public TableEntry(String actionId, List<TableEntry.TableValue> values)
public String getActionId()
public List<TableEntry.TableValue> getValues()
Copyright © 2023. All rights reserved.