Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.NodeProperty< T > Class Template Reference

Inherits ReadOnly< T >.

Inherited by org.sleuthkit.autopsy.communications.relationships.AccountNodeProperty< T >.

Public Member Functions

 NodeProperty (String name, String displayName, String desc, T value)
 
getValue () throws IllegalAccessException, InvocationTargetException
 

Private Attributes

value
 

Detailed Description

This class is used to represent the properties for each node.

Definition at line 28 of file NodeProperty.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.NodeProperty< T >.NodeProperty ( String  name,
String  displayName,
String  desc,
value 
)

Member Function Documentation

T org.sleuthkit.autopsy.datamodel.NodeProperty< T >.getValue ( ) throws IllegalAccessException, InvocationTargetException

Member Data Documentation


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

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