Class FindStatements

All Implemented Interfaces:
Comet3Collection<FindStatement>, Serializable, Cloneable, Iterable<FindStatement>, Collection<FindStatement>, List<FindStatement>, RandomAccess

public class FindStatements extends Comet3CollectionImpl<FindStatement>

Java class for findstatements (i.e. list of findstatements) complex type. For internal use only

The following schema fragment specifies the expected content contained within this class.

 <complexType name="findstatements">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="findstatement" type="{http://comet.priint.com/configuration/entities}findstatement" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • FindStatements

      public FindStatements()
  • Method Details

    • getBySignature

      public FindStatement getBySignature(String methodSignature)
      Gets by signature.
      Parameters:
      methodSignature - the method signature
      Returns:
      the by signature