de.bsvrz.buv.plugin.syskal
Enum Eintrag._artDerZeitspezifikation

java.lang.Object
  extended by java.lang.Enum<Eintrag._artDerZeitspezifikation>
      extended by de.bsvrz.buv.plugin.syskal.Eintrag._artDerZeitspezifikation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Eintrag._artDerZeitspezifikation>
Enclosing class:
Eintrag

public static enum Eintrag._artDerZeitspezifikation
extends java.lang.Enum<Eintrag._artDerZeitspezifikation>

Enumerator für die Art der Zeitbereichsangabe.

Author:
HofmannJ

Enum Constant Summary
Datumseingabe
           
FreieDefinition
           
VordefinierterEintrag
           
Zeitbereichsangabe
           
 
Method Summary
static Eintrag._artDerZeitspezifikation valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Eintrag._artDerZeitspezifikation[] 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

Datumseingabe

public static final Eintrag._artDerZeitspezifikation Datumseingabe

Zeitbereichsangabe

public static final Eintrag._artDerZeitspezifikation Zeitbereichsangabe

FreieDefinition

public static final Eintrag._artDerZeitspezifikation FreieDefinition

VordefinierterEintrag

public static final Eintrag._artDerZeitspezifikation VordefinierterEintrag
Method Detail

values

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

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

valueOf

public static Eintrag._artDerZeitspezifikation 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