public enum ContextType extends Enum<ContextType>
Java class for ContextType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ContextType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ZB zorgbehoevenden"/>
<enumeration value="ZB handicap (BOB)"/>
<enumeration value="ZB ouderen"/>
<enumeration value="WZC"/>
<enumeration value="MOHM"/>
<enumeration value="BELRAI_VL"/>
<enumeration value="MDO"/>
<enumeration value="REVA_Z"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BELRAI_VL
Belrai Vlaanderen
|
MDO
MultiDisciplinairOverleg
|
MOHM
tegemoetkoming voor mobiliteitshulpmiddelen
|
REVA_Z
tegemoetkoming voor revalidatieziekenhuizen
|
WZC
tegemoetkoming in woonzorgcentra, dagverzorging en kortverblijf
|
ZB_HANDICAP_BOB
Basisondersteuningsbudget of Zorgbudget voor personen met een handicap
|
ZB_OUDEREN
ZorgBudget voor ouderen met een zorgnood (voorheen: tegemoetkoming voor hulp aan bejaarden)
|
ZB_ZORGBEHOEVENDEN
ZorgBudget voor zwaar Zorgbehoevenden (voorheen: tegemoetkoming van de Vlaamse ZorgVerzekering)
|
| Modifier and Type | Method and Description |
|---|---|
static ContextType |
fromValue(String v) |
String |
value() |
static ContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextType ZB_ZORGBEHOEVENDEN
public static final ContextType ZB_HANDICAP_BOB
public static final ContextType ZB_OUDEREN
public static final ContextType WZC
public static final ContextType MOHM
public static final ContextType BELRAI_VL
public static final ContextType MDO
public static final ContextType REVA_Z
public static ContextType[] values()
for (ContextType c : ContextType.values()) System.out.println(c);
public static ContextType 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 ContextType fromValue(String v)
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.