|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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:
ETableColumnType
| 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 |
|---|
java.lang.String getName()
void setName(java.lang.String name)
name - java.lang.String getValue()
void setValue(java.lang.String value)
value - ETableColumnType getType()
void setType(ETableColumnType type)
type - Must be one of ETableColumnType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||