| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,GivenName> |
GivenName.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
GivenName |
Name.getGivenName()
Returns the given name.
|
GivenName |
GivenName.lock() |
GivenName |
GivenName.setValue(String value)
Sets the value.
|
GivenName |
GivenName.setYomi(String yomi)
Sets the pronunciation help.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.setGivenName(GivenName givenName)
Sets the given name.
|
| Constructor and Description |
|---|
GivenName(ElementKey<String,? extends GivenName> key)
Subclass constructor, allows subclasses to supply their own element key.
|
GivenName(ElementKey<String,? extends GivenName> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.