public enum CareLevelExpose extends Enum<CareLevelExpose>
Java class for CareLevelExpose.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CareLevelExpose">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CARE_LEVEL_1"/>
<enumeration value="CARE_LEVEL_2"/>
<enumeration value="CARE_LEVEL_3"/>
<enumeration value="CARE_LEVEL_1_AND_2"/>
<enumeration value="CARE_LEVEL_2_AND_3"/>
<enumeration value="ALL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ALL
Alle Pflegestufen
|
CARE_LEVEL_1
Pflegestufe 1
|
CARE_LEVEL_1_AND_2
Pflegestufen 1 und 2
|
CARE_LEVEL_2
Pflegestufe 2
|
CARE_LEVEL_2_AND_3
Pflegestufen 2 und 3
|
CARE_LEVEL_3
Pflegestufe 3
|
| Modifier and Type | Method and Description |
|---|---|
static CareLevelExpose |
fromValue(String v) |
String |
value() |
static CareLevelExpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CareLevelExpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CareLevelExpose CARE_LEVEL_1
public static final CareLevelExpose CARE_LEVEL_2
public static final CareLevelExpose CARE_LEVEL_3
public static final CareLevelExpose CARE_LEVEL_1_AND_2
public static final CareLevelExpose CARE_LEVEL_2_AND_3
public static final CareLevelExpose ALL
public static CareLevelExpose[] values()
for (CareLevelExpose c : CareLevelExpose.values()) System.out.println(c);
public static CareLevelExpose valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static CareLevelExpose fromValue(String v)
Copyright © 2014 OpenEstate. All rights reserved.