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