|
| ADMIN =(Bundle.ExtractWebAccountType_role_admin(), 2) |
|
| MOD =(Bundle.ExtractWebAccountType_role_moderator(), 1) |
|
| USER =(Bundle.ExtractWebAccountType_role_user(), 0) |
|
Possible roles with rank and display name.
Definition at line 282 of file ExtractWebAccountType.java.
org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.Role |
( |
String |
desc, |
|
|
int |
rank |
|
) |
| |
String org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.getDesc |
( |
| ) |
|
int org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.getRank |
( |
| ) |
|
org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.ADMIN =(Bundle.ExtractWebAccountType_role_admin(), 2) |
final String org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.desc |
|
private |
org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.MOD =(Bundle.ExtractWebAccountType_role_moderator(), 1) |
final int org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.rank |
|
private |
org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.USER =(Bundle.ExtractWebAccountType_role_user(), 0) |
The documentation for this enum was generated from the following file: