de.bsvrz.vew.bmvew.bmvew.regel
Enum Filter.MeldungsKlasse
java.lang.Object
java.lang.Enum<Filter.MeldungsKlasse>
de.bsvrz.vew.bmvew.bmvew.regel.Filter.MeldungsKlasse
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Filter.MeldungsKlasse>
- Enclosing class:
- Filter
public static enum Filter.MeldungsKlasse
- extends java.lang.Enum<Filter.MeldungsKlasse>
Die definierten Meldungsklassen
- Version:
- $Revision: 1.2 $ / $Date: 2015/06/09 13:02:12 $ / ($Author: Pittner $)
- Author:
- Dambach-Werke GmbH, Timo Pittner
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Fatal
public static final Filter.MeldungsKlasse Fatal
Fehler
public static final Filter.MeldungsKlasse Fehler
Warnung
public static final Filter.MeldungsKlasse Warnung
Information
public static final Filter.MeldungsKlasse Information
values
public static Filter.MeldungsKlasse[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Filter.MeldungsKlasse c : Filter.MeldungsKlasse.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Filter.MeldungsKlasse valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null