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