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

Inherits Serializable.

Public Member Functions

 Type (int typeID, String typeName, String displayName)
 
 Type (ARTIFACT_TYPE type)
 
boolean equals (Object that)
 
String getDisplayName ()
 
int getTypeID ()
 
String getTypeName ()
 
int hashCode ()
 

Detailed Description

An artifact type.

Definition at line 818 of file BlackboardArtifact.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.BlackboardArtifact.Type.Type ( int  typeID,
String  typeName,
String  displayName 
)

Constructs a custom artifact type.

Parameters
typeNameThe name of the type.
typeIDThe id of the type.
displayNameThe display name of the type.

Definition at line 832 of file BlackboardArtifact.java.

org.sleuthkit.datamodel.BlackboardArtifact.Type.Type ( ARTIFACT_TYPE  type)

Member Function Documentation

boolean org.sleuthkit.datamodel.BlackboardArtifact.Type.equals ( Object  that)

Tests this artifact type for equality with another object.

Parameters
thatThe other object.
Returns
True or false.

Definition at line 882 of file BlackboardArtifact.java.

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

Gets display name of this artifact type.

Returns
The display name.

Definition at line 870 of file BlackboardArtifact.java.

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

Gets the type id for this artifact type.

Returns
The type id.

Definition at line 861 of file BlackboardArtifact.java.

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

Gets the type for this artifact type.

Returns
The type name.

Definition at line 852 of file BlackboardArtifact.java.

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

Gets the hash code for this artifact type.

Returns
The hash code.

Definition at line 911 of file BlackboardArtifact.java.


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.