JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
de.fraunhofer.iese.mydata.component.health.Status
Packages that use
Status
Package
Description
de.fraunhofer.iese.mydata.component.health
Uses of
Status
in
de.fraunhofer.iese.mydata.component.health
Methods in
de.fraunhofer.iese.mydata.component.health
that return
Status
Modifier and Type
Method
Description
static
Status
Status.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Status
[]
Status.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.
Methods in
de.fraunhofer.iese.mydata.component.health
with parameters of type
Status
Modifier and Type
Method
Description
static
HealthStatus
HealthStatus.
of
(
Status
status)