Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.BlackboardAttribute.Type Class Reference

Inherits Serializable.

Public Member Functions

 Type (int typeID, String typeName, String displayName, TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType)
 
 Type (BlackboardAttribute.ATTRIBUTE_TYPE type)
 
boolean equals (Object that)
 
String getDisplayName ()
 
int getTypeID ()
 
String getTypeName ()
 
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE getValueType ()
 
int hashCode ()
 
String toString ()
 

Private Member Functions

boolean sameType (BlackboardAttribute.Type that)
 

Private Attributes

final String displayName
 
final int typeID
 
final String typeName
 
final TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Represents the type of an attribute.

Definition at line 60 of file BlackboardAttribute.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.BlackboardAttribute.Type.Type ( int  typeID,
String  typeName,
String  displayName,
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE  valueType 
)

Constructs an attribute type.

Parameters
typeIDThe type id.
typeNameThe type name.
displayNameThe display name for the type.
valueTypeThe type of the value.

Definition at line 76 of file BlackboardAttribute.java.

References org.sleuthkit.datamodel.BlackboardAttribute.Type.displayName, org.sleuthkit.datamodel.BlackboardAttribute.Type.typeID, org.sleuthkit.datamodel.BlackboardAttribute.Type.typeName, and org.sleuthkit.datamodel.BlackboardAttribute.Type.valueType.

org.sleuthkit.datamodel.BlackboardAttribute.Type.Type ( BlackboardAttribute.ATTRIBUTE_TYPE  type)

Constructs a standard attribute type.

Parameters
typeThe specification of the type provided by the TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE enumeration.

Definition at line 89 of file BlackboardAttribute.java.

Member Function Documentation

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

Definition at line 133 of file BlackboardAttribute.java.

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

Gets the display name of this attribute type.

Returns
The display name.

Definition at line 128 of file BlackboardAttribute.java.

References org.sleuthkit.datamodel.BlackboardAttribute.Type.displayName.

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

Gets the type id of this attribute type.

Returns
The type id.

Definition at line 119 of file BlackboardAttribute.java.

References org.sleuthkit.datamodel.BlackboardAttribute.Type.typeID.

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

Gets the type name of this attribute type.

Returns
The type name.

Definition at line 110 of file BlackboardAttribute.java.

References org.sleuthkit.datamodel.BlackboardAttribute.Type.typeName.

TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE org.sleuthkit.datamodel.BlackboardAttribute.Type.getValueType ( )

Gets the value type of this attribute type.

Returns
The value type.

Definition at line 101 of file BlackboardAttribute.java.

References org.sleuthkit.datamodel.BlackboardAttribute.Type.valueType.

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

Definition at line 159 of file BlackboardAttribute.java.

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

Determines if this attribute type object is equivalent to another attribute type object.

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

Definition at line 151 of file BlackboardAttribute.java.

String org.sleuthkit.datamodel.BlackboardAttribute.Type.toString ( )

Definition at line 169 of file BlackboardAttribute.java.

Member Data Documentation

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

Definition at line 62 of file BlackboardAttribute.java.

final int org.sleuthkit.datamodel.BlackboardAttribute.Type.typeID
private
final String org.sleuthkit.datamodel.BlackboardAttribute.Type.typeName
private
final TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE org.sleuthkit.datamodel.BlackboardAttribute.Type.valueType
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.