public final class ReqIFToolExtensionElements
extends java.lang.Object
ReqIFToolExtensionElements
class is a collection of Element
objects which constitute the XML
elements below REQ-IF-TOOL-EXTENSION
. This is a verbatim copy generated from the ReqIF XML.
ReqLib
does not modify these element structures except for those elements which belong to the External Links framework. In this case, the following methods can be called to maintain external links.Modifier and Type | Method and Description |
---|---|
boolean |
contains(T item)
Checks whether the specified item exists in this collection.
|
T |
get(int index)
Returns the object at the specified index that is contained in this collection.
|
int |
getCount()
Returns the count of items in this collection.
|
java.util.Iterator<T> |
iterator() |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Iterator<T> iterator()
iterator
in interface java.lang.Iterable<T>
public int getCount()
public boolean contains(T item)
item
- the item to checktrue
if the specified item exists, false
otherwisepublic T get(int index) throws java.lang.IndexOutOfBoundsException
index
- the index of the item in the collection, >= 0
and <
collection sizejava.lang.IndexOutOfBoundsException
- if the index is < 0
or >=
count