public enum Gerealiseerd extends Enum<Gerealiseerd>
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(String d) |
static Gerealiseerd |
fromOrdinal(int ordinal) |
static Gerealiseerd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gerealiseerd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gerealiseerd Onbekend
public static final Gerealiseerd Ja
public static final Gerealiseerd Nee
public static Gerealiseerd[] values()
for (Gerealiseerd c : Gerealiseerd.values()) System.out.println(c);
public static Gerealiseerd 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 static int fromName(String d)
public static Gerealiseerd fromOrdinal(int ordinal)
Copyright © 2016. All rights reserved.