org.soyatec.windowsazure.table
Interface ICloudTableColumn


public interface ICloudTableColumn

A table column represents all attributes in a Azure Table in azure table service. Azure table composed by more columns. One column have 3 attributes:

Author:
yyang

Method Summary
 java.lang.String getName()
          Get column name
 ETableColumnType getType()
          Get the datatype of this column
 java.lang.String getValue()
          Get the column value
 void setName(java.lang.String name)
          Set the column name
 void setType(ETableColumnType type)
          Set data type
 void setValue(java.lang.String value)
          Set the column value
 

Method Detail

getName

java.lang.String getName()
Get column name

Returns:

setName

void setName(java.lang.String name)
Set the column name

Parameters:
name -

getValue

java.lang.String getValue()
Get the column value

Returns:

setValue

void setValue(java.lang.String value)
Set the column value

Parameters:
value -

getType

ETableColumnType getType()
Get the datatype of this column

Returns:

setType

void setType(ETableColumnType type)
Set data type

Parameters:
type - Must be one of ETableColumnType