Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ReadOnly< T >.
Public Member Functions | |
NodeProperty (String name, String displayName, String desc, T value) | |
T | getValue () throws IllegalAccessException, InvocationTargetException |
Private Attributes | |
T | value |
This class is used to represent the properties for each node.
Definition at line 28 of file NodeProperty.java.
org.sleuthkit.autopsy.datamodel.NodeProperty< T >.NodeProperty | ( | String | name, |
String | displayName, | ||
String | desc, | ||
T | value | ||
) |
Definition at line 33 of file NodeProperty.java.
References org.sleuthkit.autopsy.datamodel.NodeProperty< T >.value.
T org.sleuthkit.autopsy.datamodel.NodeProperty< T >.getValue | ( | ) | throws IllegalAccessException, InvocationTargetException |
Definition at line 40 of file NodeProperty.java.
References org.sleuthkit.autopsy.datamodel.NodeProperty< T >.value.
|
private |
Definition at line 30 of file NodeProperty.java.
Referenced by org.sleuthkit.autopsy.datamodel.NodeProperty< T >.getValue(), and org.sleuthkit.autopsy.datamodel.NodeProperty< T >.NodeProperty().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.