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

Public Member Functions

 Type (String typeName, String displayName)
 
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 IMO = new Type("IMO", "IMO")
 
static final Account.Type INSTAGRAM = new Type("INSTAGRAM", "Instagram")
 
static final Account.Type LINE = new Type("LINE", "LINE")
 
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 SHAREIT = new Type("SHAREIT", "ShareIt")
 
static final Account.Type SKYPE = new Type("SKYPE", "Skype")
 
static final Account.Type TANGO = new Type("TANGO", "Tango")
 
static final Account.Type TEXTNOW = new Type("TEXTNOW", "TextNow")
 
static final Account.Type THREEMA = new Type("THREEMA", "ThreeMa")
 
static final Account.Type TWITTER = new Type("TWITTER", "Twitter")
 
static final Account.Type VIBER = new Type("VIBER", "Viber")
 
static final Account.Type WEBSITE = new Type("WEBSITE", "Website")
 
static final Account.Type WHATSAPP = new Type("WHATSAPP", "WhatsApp")
 
static final Account.Type XENDER = new Type("XENDER", "Xender")
 
static final Account.Type ZAPYA = new Type("ZAPYA", "Zapya")
 

Detailed Description

Definition at line 44 of file Account.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.Account.Type.Type ( String  typeName,
String  displayName 
)

Constructs an Account type.

Parameters
typeNameThe type name.
displayNameThe display name for the type.

Definition at line 102 of file Account.java.

Member Function Documentation

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

Gets the display name

Returns
The display name.

Definition at line 121 of file Account.java.

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

Gets the type name

Returns
The type name.

Definition at line 112 of file Account.java.

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

Definition at line 139 of file Account.java.

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

Definition at line 149 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 47 of file Account.java.

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

Definition at line 51 of file Account.java.

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

Definition at line 58 of file Account.java.

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

Definition at line 53 of file Account.java.

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

Definition at line 59 of file Account.java.

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

Definition at line 55 of file Account.java.

final List<Account.Type> org.sleuthkit.datamodel.Account.Type.PREDEFINED_ACCOUNT_TYPES
static
Initial value:

Definition at line 70 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.SHAREIT = new Type("SHAREIT", "ShareIt")
static

Definition at line 68 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.SKYPE = new Type("SKYPE", "Skype")
static

Definition at line 60 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.TANGO = new Type("TANGO", "Tango")
static

Definition at line 61 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.TEXTNOW = new Type("TEXTNOW", "TextNow")
static

Definition at line 62 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.THREEMA = new Type("THREEMA", "ThreeMa")
static

Definition at line 63 of file Account.java.

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

Definition at line 52 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.VIBER = new Type("VIBER", "Viber")
static

Definition at line 64 of file Account.java.

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

Definition at line 56 of file Account.java.

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

Definition at line 54 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.XENDER = new Type("XENDER", "Xender")
static

Definition at line 66 of file Account.java.

final Account.Type org.sleuthkit.datamodel.Account.Type.ZAPYA = new Type("ZAPYA", "Zapya")
static

Definition at line 67 of file Account.java.


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