|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.FusionTablesCell
public class FusionTablesCell
Describes a single cell from a Fusion Tables table. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
FusionTablesCell()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getColumnName()
The name of the column in which the cell was located. |
java.lang.String |
getValue()
The contents of the cell. |
void |
setColumnName(java.lang.String columnName)
The name of the column in which the cell was located. |
void |
setValue(java.lang.String value)
The contents of the cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesCell()
Method Detail |
---|
public final java.lang.String getColumnName()
public final java.lang.String getValue()
public final void setColumnName(java.lang.String columnName)
public final void setValue(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |