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

Public Member Functions

 TSK_POOL_TYPE_ENUM (int poolType, String name)
 
String getName ()
 
short getValue ()
 

Static Public Member Functions

static TSK_POOL_TYPE_ENUM valueOf (long poolType)
 

Public Attributes

 TSK_POOL_TYPE_APFS =(1, "APFS Pool")
 APFS Pooled Volumes. More...
 
 TSK_POOL_TYPE_DETECT =(0, "Auto detect")
 Use autodetection methods. More...
 
 TSK_POOL_TYPE_UNSUPP =(0xffff, "Unsupported")
 Unsupported pool container type. More...
 

Detailed Description

The type of pool in a database. This is the pool_type field in the tsk_pool_info table.

Definition at line 731 of file TskData.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.TSK_POOL_TYPE_ENUM ( int  poolType,
String  name 
)

Definition at line 740 of file TskData.java.

Member Function Documentation

String org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.getName ( )

Definition at line 771 of file TskData.java.

short org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.getValue ( )

Get short value of the file type

Returns
the long value of the file type

Definition at line 767 of file TskData.java.

static TSK_POOL_TYPE_ENUM org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.valueOf ( long  poolType)
static

Convert db pool type short value to the enum type

Parameters
poolTypelong value to convert
Returns
the enum type

Definition at line 752 of file TskData.java.

Referenced by org.sleuthkit.datamodel.Pool.getType().

Member Data Documentation

org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.TSK_POOL_TYPE_APFS =(1, "APFS Pool")

APFS Pooled Volumes.

Definition at line 733 of file TskData.java.

org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.TSK_POOL_TYPE_DETECT =(0, "Auto detect")

Use autodetection methods.

Definition at line 732 of file TskData.java.

org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM.TSK_POOL_TYPE_UNSUPP =(0xffff, "Unsupported")

Unsupported pool container type.

Definition at line 734 of file TskData.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.