Class GSColumn
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.SpreadsheetColumn
-
- org.eclipse.epsilon.emc.spreadsheets.google.GSColumn
-
public class GSColumn extends SpreadsheetColumn
-
-
Constructor Summary
Constructors Constructor Description GSColumn(GSWorksheet worksheet, int columnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGoogleColumnId()
void
setGoogleColumnId(String id)
String
toString()
-
Methods inherited from class org.eclipse.epsilon.emc.spreadsheets.SpreadsheetColumn
getAlias, getDataType, getDelimiter, getIdentifier, getIndex, getName, getPrefixedIndex, getWorksheet, isIdentifiableBy, isMany, isNotMany, isValidIndex, setAlias, setDataType, setDelimiter, setMany, setName, validateConstructorArguments
-
-
-
-
Constructor Detail
-
GSColumn
public GSColumn(GSWorksheet worksheet, int columnIndex)
-
-
Method Detail
-
getGoogleColumnId
public String getGoogleColumnId()
-
setGoogleColumnId
public void setGoogleColumnId(String id)
-
toString
public String toString()
- Overrides:
toString
in classSpreadsheetColumn
-
-