| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,ExtendedProperty> |
ExtendedProperty.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedProperty |
ExtendedProperty.lock() |
ExtendedProperty |
ExtendedProperty.setName(String name)
Sets the name of the property expressed as a URI.
|
ExtendedProperty |
ExtendedProperty.setRealm(String realm)
Sets the limit on who may see and modify this extended property.
|
ExtendedProperty |
ExtendedProperty.setValue(String value)
Sets the property value.
|
| Constructor and Description |
|---|
ExtendedProperty(ElementKey<?,? extends ExtendedProperty> key)
Subclass constructor, allows subclasses to supply their own element key.
|
ExtendedProperty(ElementKey<?,? extends ExtendedProperty> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.