public static class DataReadSerializer.DataIdentifier
extends java.lang.Object
Examples: type, name and attribute_Weight
| Constructor and Description |
|---|
DataIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
from(com.technia.tvc.core.gui.table.Cell cell)
Gets the data identifier for a table cell.
|
static java.lang.String |
from(com.technia.tvc.core.gui.table.Column col) |
static java.lang.String |
from(java.lang.String selectExpression)
Gets the data identifier for a select expression.
|
static java.lang.String |
toModifyExpression(java.lang.String dataIdentifier)
Gets the modify expression from a data identifier.
|
static java.lang.String |
toSelectExpression(java.lang.String dataIdentifier)
Gets the select expression from a data identifier.
|
public static java.lang.String from(com.technia.tvc.core.gui.table.Cell cell)
Examples:
type name description attribute_Weight attribute_Resistance
cell - public static java.lang.String from(com.technia.tvc.core.gui.table.Column col)
public static java.lang.String from(java.lang.String selectExpression)
Examples:
type --> type name --> name attribute[Weight] --> attribute_Weight attribute[Resistance] --> attribute_Resistance
selectExpression - public static java.lang.String toSelectExpression(java.lang.String dataIdentifier)
Examples (data identifier --> select expression):
type --> type attribute_Weight --> attribute[Weight]
dataIdentifier - public static java.lang.String toModifyExpression(java.lang.String dataIdentifier)
Examples (data identifier --> mod expression):
type --> type attribute_Weight --> Weight
dataIdentifier -