Package de.elo.client.scripting.items
Class TaskElementEnumeration
Object
TaskElementEnumeration
- All Implemented Interfaces:
Enumeration<TaskElement>
Überschrift: TaskElementEnumeration.
Beschreibung: Eine Aufzählung von TaskElementen im ELO.
Copyright: Copyright (c) ELO Digital Office GmbH 2007-2014
-
Constructor Summary
ConstructorsConstructorDescriptionTaskElementEnumeration(Workspace workspace, TaskElement[] tasks) Interner Konstruktor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMeldet zurück, ob die Aufzählung weitere Elemente enthält.Liefert die nächste Aufgabe aus der Aufzählung zurück.Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIterator
-
Constructor Details
-
TaskElementEnumeration
Interner Konstruktor.- Parameters:
workspace- Aktueller Arbeitsbereichtasks- Liste mit Aufgaben
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()Meldet zurück, ob die Aufzählung weitere Elemente enthält.- Specified by:
hasMoreElementsin interfaceEnumeration<TaskElement>- Returns:
- True wenn weitere Elemente vorhanden sind, False wenn nicht
-
nextElement
Liefert die nächste Aufgabe aus der Aufzählung zurück.- Specified by:
nextElementin interfaceEnumeration<TaskElement>
-