public static class AttributeHelper.LowerCaseEnumToAttributeValue<T extends java.lang.Enum<T>> extends java.lang.Object implements AttributeHelper.EnumToAttributeValue<T>
Constructor and Description |
---|
AttributeHelper.LowerCaseEnumToAttributeValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeValue(T enumValue) |
public AttributeHelper.LowerCaseEnumToAttributeValue()
public java.lang.String getAttributeValue(T enumValue)
getAttributeValue
in interface AttributeHelper.EnumToAttributeValue<T extends java.lang.Enum<T>>