org.apache.shindig.gadgets.spec
Class UserPref.EnumValuePair
java.lang.Object
org.apache.shindig.gadgets.spec.UserPref.EnumValuePair
- Enclosing class:
- UserPref
public static final class UserPref.EnumValuePair
- extends Object
Simple data structure representing a value/displayValue pair
for UserPref enums. Value is EnumValue@value, and DisplayValue is EnumValue@displayValue.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getValue
public String getValue()
getDisplayValue
public String getDisplayValue()
Copyright © 2007-2012. All Rights Reserved.