| java.lang.Object | ||||
| ↳ | java.util.AbstractMap<K, V> | |||
| ↳ | java.util.HashMap<K, V> | |||
| ↳ | java.util.LinkedHashMap<K, V> | |||
| ↳ | com.google.gdata.data.AttributeGenerator | |||
Helps generate tag attributes, preserving the order of the attributes.
Attributes whose the value is null are ignored when generating XML.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.LinkedHashMap
| |||||||||||
From class
java.util.HashMap
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| content | element's text content or null for no text content |
||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.LinkedHashMap
| |||||||||||
From class
java.util.HashMap
| |||||||||||
From class
java.util.AbstractMap
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Associates the specified Object's
toString() value with the
specified key in this map. | |||||||||||
Associates the specified enum value with the specified key in this map.
| |||||||||||
Associates the specified float value with the specified key in this map.
| |||||||||||
Associates the specified boolean value with the specified key in this map.
| |||||||||||
Associates the specified long value with the specified key in this map.
| |||||||||||
Associates the specified double value with the specified key in this map.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.LinkedHashMap
| |||||||||||
From class
java.util.HashMap
| |||||||||||
From class
java.util.AbstractMap
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.util.Map
| |||||||||||
element's text content or null for no text content
Associates the specified Object's toString() value with the
specified key in this map. If the map previously contained a mapping for
this key, the old value is replaced.
| key | Key with which the specified value is to be associated |
|---|---|
| value | Object whose toString() value is to be associated
with the specified key or null
|
Associates the specified enum value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
| key | Key with which the specified value is to be associated |
|---|---|
| value | Enum value to be associated with the specified
key or null |
| enumToAttributeValue | Custom mapping of enum to attribute value |
Associates the specified float value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
| key | Key with which the specified value is to be associated |
|---|---|
| value | Float value to be associated with the specified key |
Associates the specified boolean value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
| key | Key with which the specified value is to be associated |
|---|---|
| value | Boolean value to be associated with the specified key |
Associates the specified long value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
| key | Key with which the specified value is to be associated |
|---|---|
| value | Long value to be associated with the specified key |
Associates the specified double value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
| key | Key with which the specified value is to be associated |
|---|---|
| value | Double value to be associated with the specified key |
| content |
|---|