public enum NFD_DiagnosesicherheitEnum extends java.lang.Enum<NFD_DiagnosesicherheitEnum>
| Modifier and Type | Method and Description |
|---|---|
static NFD_DiagnosesicherheitEnum |
deserialize(org.w3c.dom.Node node) |
static NFD_DiagnosesicherheitEnum |
fromString(java.lang.String enumString) |
java.lang.String |
toString() |
static NFD_DiagnosesicherheitEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NFD_DiagnosesicherheitEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NFD_DiagnosesicherheitEnum A
public static final NFD_DiagnosesicherheitEnum G
public static final NFD_DiagnosesicherheitEnum V
public static final NFD_DiagnosesicherheitEnum Z
public static final NFD_DiagnosesicherheitEnum empty
public static NFD_DiagnosesicherheitEnum[] values()
for (NFD_DiagnosesicherheitEnum c : NFD_DiagnosesicherheitEnum.values()) System.out.println(c);
public static NFD_DiagnosesicherheitEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<NFD_DiagnosesicherheitEnum>public static NFD_DiagnosesicherheitEnum fromString(java.lang.String enumString)
public static NFD_DiagnosesicherheitEnum deserialize(org.w3c.dom.Node node)