Uses of Class
org.jboss.dna.common.collection.Problem.Status

Packages that use Problem.Status
org.jboss.dna.common.collection A set of common classes for dealing with collections of other objects. 
 

Uses of Problem.Status in org.jboss.dna.common.collection
 

Methods in org.jboss.dna.common.collection that return Problem.Status
 Problem.Status Problem.getStatus()
           
static Problem.Status Problem.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Problem.Status[] Problem.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.dna.common.collection with parameters of type Problem.Status
Problem(Problem.Status status, int code, I18n message, Object[] params, String resource, String location, Throwable throwable)
           
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.