public class FusionTablesCell extends MVCObject<FusionTablesCell>
Modifier | Constructor and Description |
---|---|
protected |
FusionTablesCell()
created from event
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
The name of the column in which the cell was located.
|
String |
getValue()
The contents of the cell.
|
static FusionTablesCell |
newInstance()
Describes a single cell from a Fusion Tables table.
|
void |
setColumnName(String columnName)
The name of the column in which the cell was located.
|
void |
setValue(String value)
The contents of the cell.
|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected FusionTablesCell()
public static final FusionTablesCell newInstance()
public final void setColumnName(String columnName)
columnName
- public final String getColumnName()
public final void setValue(String value)
value
- public final String getValue()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.