|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--de.oio.bugkilla.protocol.TestSpecification
|
+--de.oio.bugkilla.protocol.ComplexTestSpecification
store all child elements
| Constructor Summary | |
ComplexTestSpecification()
Construtor |
|
| Method Summary | |
void |
beforeFirst()
Init the iterator with the Elements of the TestSpecification elements |
void |
clear()
Removes all of the TestSpecification elements from this specification. |
java.util.Enumeration |
getElements()
Returns all Elements of the TestSpecification |
boolean |
hasNext()
Returns true if the iteration has more elements.
|
boolean |
isEmpty()
Returns true if this specification contains no TestSpecification elements. |
int |
size()
Returns the number of TestSpecification elements in this specification. |
| Methods inherited from class de.oio.bugkilla.protocol.TestSpecification |
getID, setID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComplexTestSpecification()
| Method Detail |
public int size()
Vector.size()public boolean isEmpty()
true if this specification contains no TestSpecification elements.
true if this specification contains no TestSpecification elementspublic void clear()
public boolean hasNext()
true if the iteration has more elements.
(In other words, returns true if next would return an element rather than throwing
an exception.)
true if the iteration has more elements.public void beforeFirst()
public java.util.Enumeration getElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||