de.bsvrz.vew.bmvew.bmvew.regel
Enum Filter.Kriterien

java.lang.Object
  extended by java.lang.Enum<Filter.Kriterien>
      extended by de.bsvrz.vew.bmvew.bmvew.regel.Filter.Kriterien
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Filter.Kriterien>
Enclosing class:
Filter

public static enum Filter.Kriterien
extends java.lang.Enum<Filter.Kriterien>

Die definierten Kriterien

Version:
$Revision: 1.2 $ / $Date: 2015/06/09 13:02:12 $ / ($Author: Pittner $)
Author:
Dambach-Werke GmbH, Timo Pittner

Enum Constant Summary
Applikation
           
Benutzer
           
erweitert
           
Meldungsklasse
           
Meldungstext
           
Meldungstyp
           
Referenz
           
Ursache
           
Veranlasser
           
 
Method Summary
static Filter.Kriterien valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.Kriterien[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

Meldungstyp

public static final Filter.Kriterien Meldungstyp

Meldungsklasse

public static final Filter.Kriterien Meldungsklasse

Applikation

public static final Filter.Kriterien Applikation

Referenz

public static final Filter.Kriterien Referenz

Benutzer

public static final Filter.Kriterien Benutzer

Veranlasser

public static final Filter.Kriterien Veranlasser

Ursache

public static final Filter.Kriterien Ursache

erweitert

public static final Filter.Kriterien erweitert

Meldungstext

public static final Filter.Kriterien Meldungstext
Method Detail

values

public static Filter.Kriterien[] 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.Kriterien c : Filter.Kriterien.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.Kriterien 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