| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,CustomProperty> |
CustomProperty.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
CustomProperty.lock() |
CustomProperty |
CustomProperty.setName(String name)
Sets the can be a URI to indicate a specific ontology.
|
CustomProperty |
CustomProperty.setType(String type)
Sets the datatype such as string, integer, and date, or an
ontology-specific URI.
|
CustomProperty |
CustomProperty.setUnit(String unit)
Sets the units of data - can also be a URI to indicate a specific ontology.
|
CustomProperty |
CustomProperty.setValue(String value)
Sets the value.
|
| Constructor and Description |
|---|
CustomProperty(ElementKey<String,? extends CustomProperty> key)
Subclass constructor, allows subclasses to supply their own element key.
|
CustomProperty(ElementKey<String,? extends CustomProperty> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.