Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TagName Class Reference

Inherits Comparable< TagName >, and Serializable.

Classes

enum  HTML_COLOR
 

Public Member Functions

int compareTo (TagName other)
 
boolean equals (Object obj)
 
HTML_COLOR getColor ()
 
String getDescription ()
 
String getDisplayName ()
 
long getId ()
 
TskData.FileKnown getKnownStatus ()
 
int getRank ()
 
int hashCode ()
 

Detailed Description

Instances of this class are data transfer objects (DTOs) that represent the names (and related properties) a user can select from to apply a tag to content or a blackboard artifact.

Definition at line 30 of file TagName.java.

Member Function Documentation

int org.sleuthkit.datamodel.TagName.compareTo ( TagName  other)

Compares two TagName objects by comparing their display names.

Parameters
otherThe other TagName to compare this TagName to
Returns
the result of calling compareTo on the displayNames

Definition at line 139 of file TagName.java.

References org.sleuthkit.datamodel.TagName.getDisplayName().

HTML_COLOR org.sleuthkit.datamodel.TagName.getColor ( )
String org.sleuthkit.datamodel.TagName.getDescription ( )
String org.sleuthkit.datamodel.TagName.getDisplayName ( )
long org.sleuthkit.datamodel.TagName.getId ( )
TskData.FileKnown org.sleuthkit.datamodel.TagName.getKnownStatus ( )
int org.sleuthkit.datamodel.TagName.getRank ( )

Definition at line 127 of file TagName.java.

int org.sleuthkit.datamodel.TagName.hashCode ( )

Definition at line 144 of file TagName.java.


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

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