
public enum StatusT50Type extends Enum<StatusT50Type>
Java class for StatusT50Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="StatusT50Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="realisatie: nog niet in uitvoering"/>
<enumeration value="realisatie: in uitvoering"/>
<enumeration value="in gebruik"/>
<enumeration value="buiten gebruik"/>
<enumeration value="onbekend"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BUITEN_GEBRUIK |
IN_GEBRUIK |
ONBEKEND |
REALISATIE_IN_UITVOERING |
REALISATIE_NOG_NIET_IN_UITVOERING |
| Modifier and Type | Method and Description |
|---|---|
static StatusT50Type |
fromValue(String v) |
String |
value() |
static StatusT50Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusT50Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusT50Type REALISATIE_NOG_NIET_IN_UITVOERING
public static final StatusT50Type REALISATIE_IN_UITVOERING
public static final StatusT50Type IN_GEBRUIK
public static final StatusT50Type BUITEN_GEBRUIK
public static final StatusT50Type ONBEKEND
public static StatusT50Type[] values()
for (StatusT50Type c : StatusT50Type.values()) System.out.println(c);
public static StatusT50Type 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 StatusT50Type fromValue(String v)
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.