public static final class AbstractMutableVirtualTable.ColumnValue
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AbstractMutableVirtualTable.ColumnValue |
from(Cell<?> cell)
Returns the column value corresponding to the specified cell.
|
java.lang.String |
name()
Returns the column name.
|
java.lang.String |
toString() |
<V> V |
value()
Returns the column value.
|
public static AbstractMutableVirtualTable.ColumnValue from(Cell<?> cell)
cell
- the column cell metadatapublic java.lang.String name()
public <V> V value()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009- The Apache Software Foundation