Interface ISourceReference

All Known Subinterfaces:
ISourceReferenceAddition, ISourceReferenceModification

public interface ISourceReference
Information about a source that contains or contributed data for an i2 Analyze record.
Since:
11.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a String the contains a description of the source being referenced.
    Gets a String that contains the image of the source being referenced.
    Gets a String that contains the location of the source being referenced.
    Gets a String that contains the name of the source being referenced.
    Gets a String that contains the type of the source being referenced.
  • Method Details

    • getType

      String getType()
      Gets a String that contains the type of the source being referenced.
      Returns:
      See above.
    • getName

      String getName()
      Gets a String that contains the name of the source being referenced.
      Returns:
      See above.
    • getLocation

      String getLocation()
      Gets a String that contains the location of the source being referenced.
      Returns:
      See above.
    • getImage

      String getImage()
      Gets a String that contains the image of the source being referenced.
      Returns:
      See above.
    • getDescription

      String getDescription()
      Gets a String the contains a description of the source being referenced.
      Returns:
      See above.