|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result.SEVERITY | |
---|---|
ch.elexis.util | Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. |
ch.rgw.tools | A collection of system-independent utilities for different purposes. |
Uses of Result.SEVERITY in ch.elexis.util |
---|
Methods in ch.elexis.util with parameters of type Result.SEVERITY | |
---|---|
static int |
ResultAdapter.getSeverityAsStatus(Result.SEVERITY severity)
Mapping zwischen Severity und RCP Status Severity (Status.OK, Stauts.INFO, usw) |
Uses of Result.SEVERITY in ch.rgw.tools |
---|
Methods in ch.rgw.tools that return Result.SEVERITY | |
---|---|
Result.SEVERITY |
Result.getSeverity()
|
Result.SEVERITY |
Result.msg.getSeverity()
|
static Result.SEVERITY |
Result.SEVERITY.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Result.SEVERITY[] |
Result.SEVERITY.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.rgw.tools with parameters of type Result.SEVERITY | |
---|---|
Result<T> |
Result.add(Result.SEVERITY severity,
int code,
java.lang.String text,
T result,
boolean log)
Ein neues Resultat hinzufügen |
Constructors in ch.rgw.tools with parameters of type Result.SEVERITY | |
---|---|
Result(Result.SEVERITY severity,
int code,
java.lang.String text,
T result,
boolean bLog)
|
|
Result(Result.SEVERITY sev,
java.util.List<Result.msg> msgs)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |