|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.gbase.Delimiter
Describes a delimiter.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Value. |
<static> <final> {string} |
VALUE_PIPE
Pipe delimiter. |
<static> <final> {string} |
VALUE_TAB
Tab delimiter. |
<static> <final> {string} |
VALUE_TILDE
Tilde delimiter. |
Constructor Summary | |
google.gdata.gbase.Delimiter(<Object> opt_params)
Constructs a delimiter using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getValue()
Returns the value. |
void
|
setValue(<string|undefined> value)
Sets the value. |
Field Detail |
{string|undefined} $t
<static> <final> {string} VALUE_PIPE
<static> <final> {string} VALUE_TAB
<static> <final> {string} VALUE_TILDE
Constructor Detail |
google.gdata.gbase.Delimiter(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value.
Method Detail |
string|undefined getValue()
void setValue(<string|undefined> value)
value
- Value or undefined for none.
|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |