tmf: Use same field format in properties and events views
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfEventField.java
index c4078573c362e7f437aaaeba6067e23da87b3dca..57a246d121dd237d6cd4ec47b6f6f9c0c94007e4 100644 (file)
@@ -47,6 +47,12 @@ public interface ITmfEventField {
      */
     public Object getValue();
 
+    /**
+     * @return the value formatted as string
+     * @since 2.0
+     */
+    public String getFormattedValue();
+
     /**
      * @return the list of subfield names (empty array if none)
      */
This page took 0.02375 seconds and 5 git commands to generate.