public enum SupportAndRepairStatusType extends Enum<SupportAndRepairStatusType>
Java class for SupportAndRepairStatusType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SupportAndRepairStatusType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Received"/>
<enumeration value="Accepted"/>
<enumeration value="Refused"/>
<enumeration value="Active"/>
<enumeration value="Non_active"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCEPTED
Het budget is aanvaard.
|
ACTIVE
Het budget is actief.
|
NON_ACTIVE
Het budget is niet meer actief.
|
RECEIVED
Aanvraag voor budget is ontvangen.
|
REFUSED
Het budget is geweigerd.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportAndRepairStatusType |
fromValue(String v) |
String |
value() |
static SupportAndRepairStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportAndRepairStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportAndRepairStatusType RECEIVED
public static final SupportAndRepairStatusType ACCEPTED
public static final SupportAndRepairStatusType REFUSED
public static final SupportAndRepairStatusType ACTIVE
public static final SupportAndRepairStatusType NON_ACTIVE
public static SupportAndRepairStatusType[] values()
for (SupportAndRepairStatusType c : SupportAndRepairStatusType.values()) System.out.println(c);
public static SupportAndRepairStatusType 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 SupportAndRepairStatusType fromValue(String v)
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.