public final class ToolExtensions
extends java.lang.Object
TOOL-EXTENSIONS section in a ReqIF File.
This is an optional element that can only contain 0 or more REQ-IF-TOOL-EXTENSION elements.
Any XML content is permissible inside REQ-IF-TOOL-EXTENSION. There are some constructions that are
recognized as conforming to standards documented in the ReqIF Implementation Guide.
External Links
The External Links framework uses the<reqif-common:SPEC_OBJECT-EXTENSION/> element in order to define
EXTERNAL-LINK elements in a collection that is associated with a particular SPEC-OBJECT.ExternalLinks| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ReqIFToolExtension reqIFToolExtension)
Checks whether the specified
ReqIFToolExtension exists in this collection. |
ReqIFToolExtension |
createReqIFToolExtension()
Creates a new empty
ReqIFToolExtension object and add it to the ToolExtensions collection. |
ReqIFToolExtension |
get(int index)
Returns the
ReqIFToolExtension object at the specified index that is contained in this collection. |
int |
getCount()
Returns the count of items in this collection.
|
java.lang.String |
getExchangeConversationIdentifier() |
SpecObjectReferences |
getSpecObjectReferencesWithExternalLinks()
|
java.util.Iterator<ReqIFToolExtension> |
iterator() |
void |
setExchangeConversationIdentifier(java.lang.String exchangeConversationIdentifier) |
java.util.stream.Stream<ReqIFToolExtension> |
stream() |
java.lang.String |
toString() |
public java.lang.String getExchangeConversationIdentifier()
public void setExchangeConversationIdentifier(java.lang.String exchangeConversationIdentifier)
public java.util.stream.Stream<ReqIFToolExtension> stream()
public java.util.Iterator<ReqIFToolExtension> iterator()
iterator in interface java.lang.Iterable<ReqIFToolExtension>public ReqIFToolExtension get(int index) throws java.lang.IndexOutOfBoundsException
ReqIFToolExtension object at the specified index that is contained in this collection.index - the index of the ReqIFToolExtension to return from the collection, >= 0 and < collection sizeReqIFToolExtension object at the specified indexjava.lang.IndexOutOfBoundsException - if the index is < 0 or >= countpublic boolean contains(ReqIFToolExtension reqIFToolExtension)
ReqIFToolExtension exists in this collection.reqIFToolExtension - the ReqIFToolExtension to check, not nulltrue if the specified reqIFToolExtension exists, false otherwisepublic ReqIFToolExtension createReqIFToolExtension()
ReqIFToolExtension object and add it to the ToolExtensions collection.ReqIFToolExtension object, not nullpublic SpecObjectReferences getSpecObjectReferencesWithExternalLinks()
SpecObjectReferences collection of SpecObject objects having at least one ExternalLink, not nullpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getCount()