Class google.gdata.contacts.Gender
Object
|
+--google.gdata.contacts.Gender
- class
google.gdata.contacts.Gender
Contact's gender.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Gender. |
<static> <final> {string} |
VALUE_FEMALE
Female gender. |
<static> <final> {string} |
VALUE_MALE
Male gender. |
Constructor Summary |
google.gdata.contacts.Gender(<Object> opt_params)
Constructs a gender using an object parameter whose property names match the
setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the Gender.
|
void
|
setValue(<string|undefined> value)
Sets the Gender.
|
value
{string|undefined} value
Gender. This attribute is required.
VALUE_FEMALE
<static> <final> {string} VALUE_FEMALE
VALUE_MALE
<static> <final> {string} VALUE_MALE
google.gdata.contacts.Gender
google.gdata.contacts.Gender(<Object> opt_params)
Constructs a gender using an object parameter whose property names match the
setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value.
getValue
string|undefined getValue()
Returns the Gender. This attribute is required.
Returns:
Gender or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the Gender. This attribute is required.
Parameters:
value
- Gender or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009