public static class

AttributeHelper.LowerCaseEnumToAttributeValue

extends Object
implements AttributeHelper.EnumToAttributeValue<T extends Enum<T>>
java.lang.Object
   ↳ com.google.gdata.data.AttributeHelper.LowerCaseEnumToAttributeValue<T extends java.lang.Enum<T>>

Class Overview

Implements the most common custom mapping of an enum value to an attribute value using the lower-case form of the enum name.

Summary

Public Constructors
AttributeHelper.LowerCaseEnumToAttributeValue()
Public Methods
String getAttributeValue(T enumValue)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gdata.data.AttributeHelper.EnumToAttributeValue

Public Constructors

public AttributeHelper.LowerCaseEnumToAttributeValue ()

Public Methods

public String getAttributeValue (T enumValue)

Parameters
enumValue