Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private 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 Member Functions

 Property (String displayName, String value)
 

Private Attributes

final String displayName
 
final String value
 

Detailed Description

Simple property class for waypoint properties that a purely informational.

Definition at line 263 of file Waypoint.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.Property ( String  displayName,
String  value 
)
private

Construct a Property object.

Parameters
displayNameString display name for property. Ideally not null or empty string.
valueString value for property. Can be null.

Definition at line 275 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.displayName, and org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.Property.value.

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 285 of file Waypoint.java.

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

Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.createGeolocationProperties().

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

Get the property value.

Returns
String value.

Definition at line 294 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-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.