Uses of Class
com.atlassian.greenhopper.service.rank.RankChange.RankChangeType

Packages that use RankChange.RankChangeType
com.atlassian.greenhopper.service.rank   
 

Uses of RankChange.RankChangeType in com.atlassian.greenhopper.service.rank
 

Methods in com.atlassian.greenhopper.service.rank that return RankChange.RankChangeType
 RankChange.RankChangeType RankChange.getType()
           
static RankChange.RankChangeType RankChange.RankChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RankChange.RankChangeType[] RankChange.RankChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.service.rank with parameters of type RankChange.RankChangeType
 void RankChange.setType(RankChange.RankChangeType type)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.