Sleuth Kit Java Bindings (JNI)  4.3
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 ()
 

Private Member Functions

boolean sameType (Type that)
 

Private Attributes

final String displayName
 
final int typeID
 
final String typeName
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Represents the type of an BlackboardArtifact

Definition at line 43 of file BlackboardArtifact.java.

Constructor & Destructor Documentation

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

Constructs a type for a blackboard artifact

Parameters
typeNameThe typeName of the type
typeIDthe ID of the type
displayNameThe display name of this type

Definition at line 57 of file BlackboardArtifact.java.

References org.sleuthkit.datamodel.BlackboardArtifact.Type.displayName, org.sleuthkit.datamodel.BlackboardArtifact.Type.typeID, and org.sleuthkit.datamodel.BlackboardArtifact.Type.typeName.

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

Constructs a type for a blackboard artifact

Parameters
typethe artifact type enum from which this type will be based

Definition at line 68 of file BlackboardArtifact.java.

References org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE.getDisplayName(), org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE.getLabel(), and org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE.getTypeID().

Member Function Documentation

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

Definition at line 102 of file BlackboardArtifact.java.

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

Gets display name of the artifact type

Returns
display name string

Definition at line 97 of file BlackboardArtifact.java.

References org.sleuthkit.datamodel.BlackboardArtifact.Type.displayName.

Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType().

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

Gets the type id for the artifact type enum

Returns
type id

Definition at line 88 of file BlackboardArtifact.java.

References org.sleuthkit.datamodel.BlackboardArtifact.Type.typeID.

Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType().

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

Gets the typeName string for the artifact type enum

Returns
typeName string

Definition at line 79 of file BlackboardArtifact.java.

References org.sleuthkit.datamodel.BlackboardArtifact.Type.typeName.

Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType().

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

Definition at line 126 of file BlackboardArtifact.java.

boolean org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType ( Type  that)
private

Compares two Types to see if they are the same

Parameters
thatthe other type
Returns
true if it is the same type

Definition at line 119 of file BlackboardArtifact.java.

References org.sleuthkit.datamodel.BlackboardArtifact.Type.getDisplayName(), org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeID(), and org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeName().

Member Data Documentation

final String org.sleuthkit.datamodel.BlackboardArtifact.Type.displayName
private
final long org.sleuthkit.datamodel.BlackboardArtifact.Type.serialVersionUID = 1L
staticprivate

Definition at line 45 of file BlackboardArtifact.java.

final int org.sleuthkit.datamodel.BlackboardArtifact.Type.typeID
private
final String org.sleuthkit.datamodel.BlackboardArtifact.Type.typeName
private

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

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