|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Problem.Status | |
---|---|
org.jboss.dna.common.collection |
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(java.lang.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're declared. |
Constructors in org.jboss.dna.common.collection with parameters of type Problem.Status | |
---|---|
Problem(Problem.Status status,
int code,
I18n message,
java.lang.Object... params)
|
|
Problem(Problem.Status status,
int code,
I18n message,
java.lang.Object[] params,
java.lang.String resource,
java.lang.String location,
java.lang.Throwable throwable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |