com.atlassian.gadgets.dashboard.internal.rest.representations
Class UserPrefRepresentation.EnumValueRepresentation

java.lang.Object
  extended by com.atlassian.gadgets.dashboard.internal.rest.representations.UserPrefRepresentation.EnumValueRepresentation
Enclosing class:
UserPrefRepresentation

public static class UserPrefRepresentation.EnumValueRepresentation
extends Object


Constructor Summary
UserPrefRepresentation.EnumValueRepresentation(String value, String label, boolean selected)
           
 
Method Summary
 String getLabel()
           
 String getValue()
           
 Boolean isSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPrefRepresentation.EnumValueRepresentation

public UserPrefRepresentation.EnumValueRepresentation(String value,
                                                      String label,
                                                      boolean selected)
Method Detail

getValue

public String getValue()

getLabel

public String getLabel()

isSelected

public Boolean isSelected()


Copyright © 2010 Atlassian. All Rights Reserved.