Sleuth Kit Java Bindings (JNI)  4.8.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.Relationship.Type Class Reference

Public Member Functions

boolean equals (Object obj)
 
String getDisplayName ()
 
int getTypeID ()
 
String getTypeName ()
 
int hashCode ()
 
String toString ()
 

Static Public Attributes

static final Relationship.Type CALL_LOG = new Type("CALL_LOG", "Call Log", 2)
 
static final Relationship.Type CONTACT = new Type("CONTACT", "Contact", 3)
 
static final Relationship.Type MESSAGE = new Type("MESSAGE", "Message", 1)
 

Detailed Description

Definition at line 39 of file Relationship.java.

Member Function Documentation

boolean org.sleuthkit.datamodel.Relationship.Type.equals ( Object  obj)

Definition at line 117 of file Relationship.java.

String org.sleuthkit.datamodel.Relationship.Type.getDisplayName ( )

Get the display name.

Returns
The display name.

Definition at line 86 of file Relationship.java.

int org.sleuthkit.datamodel.Relationship.Type.getTypeID ( )

Get the id of this type.

Returns
The type ID.

Definition at line 104 of file Relationship.java.

String org.sleuthkit.datamodel.Relationship.Type.getTypeName ( )

Get the unique type name

Returns
The unique type name.

Definition at line 95 of file Relationship.java.

int org.sleuthkit.datamodel.Relationship.Type.hashCode ( )

Definition at line 109 of file Relationship.java.

String org.sleuthkit.datamodel.Relationship.Type.toString ( )

Definition at line 138 of file Relationship.java.

Member Data Documentation

final Relationship.Type org.sleuthkit.datamodel.Relationship.Type.CALL_LOG = new Type("CALL_LOG", "Call Log", 2)
static
final Relationship.Type org.sleuthkit.datamodel.Relationship.Type.CONTACT = new Type("CONTACT", "Contact", 3)
static

Definition at line 47 of file Relationship.java.

final Relationship.Type org.sleuthkit.datamodel.Relationship.Type.MESSAGE = new Type("MESSAGE", "Message", 1)
static

The documentation for this class was generated from the following file:

Copyright © 2011-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.