de.bsvrz.ste.rdstmcvew
Enum RDSVewMeldung.Status

java.lang.Object
  extended by java.lang.Enum<RDSVewMeldung.Status>
      extended by de.bsvrz.ste.rdstmcvew.RDSVewMeldung.Status
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RDSVewMeldung.Status>
Enclosing class:
RDSVewMeldung

public static enum RDSVewMeldung.Status
extends java.lang.Enum<RDSVewMeldung.Status>

Der Status einer Meldung

Author:
Stefan Sans

Enum Constant Summary
Aufhebung
           
Erweiterung
           
Löschung
           
Modifikation
           
Unbekannt
           
 
Method Summary
static RDSVewMeldung.Status get(java.lang.String text)
          Bestimmt den Status zu einem Text
static RDSVewMeldung.Status valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RDSVewMeldung.Status[] 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

Unbekannt

public static final RDSVewMeldung.Status Unbekannt

Modifikation

public static final RDSVewMeldung.Status Modifikation

Aufhebung

public static final RDSVewMeldung.Status Aufhebung

Löschung

public static final RDSVewMeldung.Status Löschung

Erweiterung

public static final RDSVewMeldung.Status Erweiterung
Method Detail

values

public static RDSVewMeldung.Status[] 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 (RDSVewMeldung.Status c : RDSVewMeldung.Status.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RDSVewMeldung.Status 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

get

public static RDSVewMeldung.Status get(java.lang.String text)
Bestimmt den Status zu einem Text

Parameters:
text - der Text, zu dem der Status bestimmt werde soll
Returns:
den Status zum übergebenen Text