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

Public Member Functions

boolean equals (Object that)
 
String getDisplayName ()
 
String getTypeName ()
 
int hashCode ()
 
String toString ()
 

Static Public Attributes

static final Account.Type CREDIT_CARD = new Type("CREDIT_CARD", "Credit Card")
 
static final Account.Type DEVICE = new Type("DEVICE", "Device")
 
static final Account.Type EMAIL = new Type("EMAIL", "Email")
 
static final Account.Type FACEBOOK = new Type("FACEBOOK", "Facebook")
 
static final Account.Type INSTAGRAM = new Type("INSTAGRAM", "Instagram")
 
static final Account.Type MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp")
 
static final Account.Type PHONE = new Type("PHONE", "Phone")
 
static final List< Account.Type > PREDEFINED_ACCOUNT_TYPES
 
static final Account.Type TWITTER = new Type("TWITTER", "Twitter")
 
static final Account.Type WEBSITE = new Type("WEBSITE", "Website")
 
static final Account.Type WHATSAPP = new Type("WHATSAPP", "Facebook")
 

Private Attributes

final String displayName
 
final String typeName
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 44 of file Account.java.

Member Function Documentation

boolean org.sleuthkit.datamodel.Account.Type.equals ( Object  that)
String org.sleuthkit.datamodel.Account.Type.getDisplayName ( )

Definition at line 95 of file Account.java.

References org.sleuthkit.datamodel.Account.Type.displayName.

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

Gets the type name

Returns
The type name.

Definition at line 91 of file Account.java.

References org.sleuthkit.datamodel.Account.Type.typeName.

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

Definition at line 113 of file Account.java.

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

Definition at line 123 of file Account.java.

Member Data Documentation

final Account.Type org.sleuthkit.datamodel.Account.Type.CREDIT_CARD = new Type("CREDIT_CARD", "Credit Card")
static

Definition at line 48 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.DEVICE = new Type("DEVICE", "Device")
static

Definition at line 49 of file Account.java.

final String org.sleuthkit.datamodel.Account.Type.displayName
private

Definition at line 73 of file Account.java.

Referenced by org.sleuthkit.datamodel.Account.Type.getDisplayName().

final Account.Type org.sleuthkit.datamodel.Account.Type.EMAIL = new Type("EMAIL", "Email")
static
final Account.Type org.sleuthkit.datamodel.Account.Type.FACEBOOK = new Type("FACEBOOK", "Facebook")
static

Definition at line 52 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.INSTAGRAM = new Type("INSTAGRAM", "Instagram")
static

Definition at line 54 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp")
static

Definition at line 56 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.PHONE = new Type("PHONE", "Phone")
static
final List<Account.Type> org.sleuthkit.datamodel.Account.Type.PREDEFINED_ACCOUNT_TYPES
static
final long org.sleuthkit.datamodel.Account.Type.serialVersionUID = 1L
staticprivate

Definition at line 46 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.TWITTER = new Type("TWITTER", "Twitter")
static

Definition at line 53 of file Account.java.

final String org.sleuthkit.datamodel.Account.Type.typeName
private

Definition at line 72 of file Account.java.

Referenced by org.sleuthkit.datamodel.Account.Type.getTypeName().

final Account.Type org.sleuthkit.datamodel.Account.Type.WEBSITE = new Type("WEBSITE", "Website")
static

Definition at line 57 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.WHATSAPP = new Type("WHATSAPP", "Facebook")
static

Definition at line 55 of file Account.java.


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.