Uses of Class
org.openengsb.domain.issue.models.Issue.Status

Packages that use Issue.Status
org.openengsb.domain.issue.models   
 

Uses of Issue.Status in org.openengsb.domain.issue.models
 

Methods in org.openengsb.domain.issue.models that return Issue.Status
 Issue.Status Issue.getStatus()
           
static Issue.Status Issue.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Issue.Status[] Issue.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openengsb.domain.issue.models with parameters of type Issue.Status
 void Issue.setStatus(Issue.Status status)
           
 



Copyright © 2009-2010. All Rights Reserved.