19 package org.sleuthkit.datamodel;
21 import java.util.Arrays;
22 import java.util.List;
44 public static final class Type {
81 Type(String typeName, String displayName) {
109 return this.typeName.
equals(thatType.getTypeName());
116 hash = 83 * hash + (this.typeName != null ? this.typeName.hashCode() : 0);
117 hash = 83 * hash + (this.displayName != null ? this.displayName.hashCode() : 0);
124 return " displayName=" + this.displayName
125 +
", typeName=" + this.typeName +
")";
132 this.typeSpecificID = typeSpecificId;
boolean equals(Object that)
static final Account.Type INSTAGRAM
static final Account.Type MESSAGING_APP
static final Account.Type WHATSAPP
static final Account.Type FACEBOOK
String getTypeSpecificID()
static final Account.Type PHONE
static final Account.Type WEBSITE
static final Account.Type CREDIT_CARD
static final List< Account.Type > PREDEFINED_ACCOUNT_TYPES
static final Account.Type TWITTER
static final long serialVersionUID
Account.Type getAccountType()
final String typeSpecificID
final Account.Type accountType
static final Account.Type DEVICE
static final Account.Type EMAIL