public enum Anomaly extends Enum<Anomaly>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static Anomaly |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Anomaly[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Anomaly DD
public static final Anomaly DU
public static final Anomaly UR
public static final Anomaly UU
public static Anomaly[] values()
for (Anomaly c : Anomaly.values()) System.out.println(c);
public static Anomaly 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 getDescription()
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.