org.apache.shindig.gadgets.spec
Class UserPref.EnumValuePair

java.lang.Object
  extended by 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.


Method Summary
 String getDisplayValue()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public String getValue()

getDisplayValue

public String getDisplayValue()


Copyright © 2007-2012. All Rights Reserved.