Class TaskElementEnumeration

Object
TaskElementEnumeration
All Implemented Interfaces:
Enumeration<TaskElement>

public class TaskElementEnumeration
extends Object
implements Enumeration<TaskElement>

Überschrift: TaskElementEnumeration.

Beschreibung: Eine Aufzählung von TaskElementen im ELO.

Copyright: Copyright (c) ELO Digital Office GmbH 2007-2014

  • Constructor Summary

    Constructors 
    Constructor Description
    TaskElementEnumeration​(Workspace workspace, TaskElement[] tasks)
    Interner Konstruktor.
  • Method Summary

    Modifier and Type Method Description
    boolean hasMoreElements()
    Meldet zurück, ob die Aufzählung weitere Elemente enthält.
    TaskElement nextElement()
    Liefert die nächste Aufgabe aus der Aufzählung zurück.

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface Enumeration

    asIterator
  • Constructor Details

    • TaskElementEnumeration

      public TaskElementEnumeration​(Workspace workspace, TaskElement[] tasks)
      Interner Konstruktor.
      Parameters:
      workspace - Aktueller Arbeitsbereich
      tasks - Liste mit Aufgaben
  • Method Details

    • hasMoreElements

      public boolean hasMoreElements()
      Meldet zurück, ob die Aufzählung weitere Elemente enthält.
      Specified by:
      hasMoreElements in interface Enumeration<TaskElement>
      Returns:
      True wenn weitere Elemente vorhanden sind, False wenn nicht
    • nextElement

      public TaskElement nextElement()
      Liefert die nächste Aufgabe aus der Aufzählung zurück.
      Specified by:
      nextElement in interface Enumeration<TaskElement>