|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status.Severity | |
---|---|
net.sf.ofx4j.domain.data.common |
Uses of Status.Severity in net.sf.ofx4j.domain.data.common |
---|
Methods in net.sf.ofx4j.domain.data.common that return Status.Severity | |
---|---|
Status.Severity |
UnknownStatusCode.getDefaultSeverity()
|
Status.Severity |
Status.KnownCode.getDefaultSeverity()
|
Status.Severity |
StatusCode.getDefaultSeverity()
|
Status.Severity |
Status.getSeverity()
The severity. |
static Status.Severity |
Status.Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Status.Severity[] |
Status.Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.ofx4j.domain.data.common with parameters of type Status.Severity | |
---|---|
void |
Status.setSeverity(Status.Severity severity)
The severity. |
Constructors in net.sf.ofx4j.domain.data.common with parameters of type Status.Severity | |
---|---|
UnknownStatusCode(int code,
java.lang.String message,
Status.Severity defaultSeverity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |