Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property Class Reference

Public Member Functions

String getDisplayName ()
 
String getValue ()
 

Private Attributes

final String displayName
 
final String value
 

Detailed Description

Simple property class for waypoint properties that a purely informational.

Definition at line 256 of file Waypoint.java.

Member Function Documentation

String org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.getDisplayName ( )

Get the display name for this property.

Returns
String display name.

Definition at line 278 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.displayName.

String org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.getValue ( )

Get the property value.

Returns
String value.

Definition at line 287 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.value.

Member Data Documentation

final String org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.displayName
private
final String org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.value
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.