|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SupportAndRepairStatusType>
be.vlaanderen.mercurius.mohm.common.v7.SupportAndRepairStatusType
public 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 Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String value()
public static SupportAndRepairStatusType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||