Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType Enum Reference

Public Member Functions

String getDisplayName ()
 

Static Public Member Functions

static IngestJobStatusType fromID (int typeId)
 

Public Attributes

 CANCELLED =(bundle.getString("IngestJobInfo.IngestJobStatusType.Cancelled.displayName"))
 
 COMPLETED =(bundle.getString("IngestJobInfo.IngestJobStatusType.Completed.displayName"))
 
 STARTED =(bundle.getString("IngestJobInfo.IngestJobStatusType.Started.displayName"))
 

Detailed Description

Definition at line 32 of file IngestJobInfo.java.

Member Function Documentation

static IngestJobStatusType org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType.fromID ( int  typeId)
static
String org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType.getDisplayName ( )
Returns
the displayName

Definition at line 57 of file IngestJobInfo.java.

Member Data Documentation

org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType.CANCELLED =(bundle.getString("IngestJobInfo.IngestJobStatusType.Cancelled.displayName"))

Definition at line 36 of file IngestJobInfo.java.

org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType.COMPLETED =(bundle.getString("IngestJobInfo.IngestJobStatusType.Completed.displayName"))

Definition at line 37 of file IngestJobInfo.java.

org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType.STARTED =(bundle.getString("IngestJobInfo.IngestJobStatusType.Started.displayName"))

Definition at line 35 of file IngestJobInfo.java.


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

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