Sleuth Kit Java Bindings (JNI)  4.11.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TimelineEventType.HierarchyLevel Enum Reference

Public Member Functions

String getDisplayName ()
 

Public Attributes

 CATEGORY =(getBundle().getString("EventTypeHierarchyLevel.category"))
 
 EVENT =(getBundle().getString("EventTypeHierarchyLevel.event"))
 
 ROOT =(getBundle().getString("EventTypeHierarchyLevel.root"))
 

Detailed Description

An enumeration of the levels in the event type hierarchy.

Definition at line 148 of file TimelineEventType.java.

Member Function Documentation

String org.sleuthkit.datamodel.TimelineEventType.HierarchyLevel.getDisplayName ( )

Gets the display name of this element of the enumeration of the levels in the event type hierarchy.

Returns
The display name.

Definition at line 175 of file TimelineEventType.java.

Member Data Documentation

org.sleuthkit.datamodel.TimelineEventType.HierarchyLevel.CATEGORY =(getBundle().getString("EventTypeHierarchyLevel.category"))

The category level of the event types hierarchy. Event types at this level represent event categories such as file system events and web activity events.

Definition at line 159 of file TimelineEventType.java.

org.sleuthkit.datamodel.TimelineEventType.HierarchyLevel.EVENT =(getBundle().getString("EventTypeHierarchyLevel.event"))

The actual events level of the event types hierarchy. Event types at this level represent actual events such as file modified time events and web download events.

Definition at line 165 of file TimelineEventType.java.

Referenced by org.sleuthkit.datamodel.TimelineManager.countEventsByType().

org.sleuthkit.datamodel.TimelineEventType.HierarchyLevel.ROOT =(getBundle().getString("EventTypeHierarchyLevel.root"))

The root level of the event types hierarchy.

Definition at line 153 of file TimelineEventType.java.


The documentation for this enum 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.