| Package | Description |
|---|---|
| com.google.gdata.data |
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeHelper.LowerCaseEnumToAttributeValue<T extends Enum<T>>
Implements the most common custom mapping of an enum value to an attribute
value using the lower-case form of the enum name.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Enum<T>> |
AttributeHelper.consumeEnum(String name,
boolean required,
Class<T> enumClass,
T defaultValue,
AttributeHelper.EnumToAttributeValue<T> enumToAttributeValue)
Gets the value of an enumerated attribute and remove it from the list,
using a custom mapping of enum to attribute value.
|
<T extends Enum<T>> |
AttributeGenerator.put(String key,
T value,
AttributeHelper.EnumToAttributeValue<T> enumToAttributeValue)
Associates the specified enum value with the specified key in this map.
|
Copyright © 2012. All Rights Reserved.