Update for Bug287562 (Event Model code refresh + JUnits)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / event / TmfEventType.java
index db5f453447a68ece910587bd7236699528e9cd30..56a50d103e9b73a4810050ccc50ef91dbe7d2538 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
- *   Francois Chouinard (fchouinard@gmail.com) - Initial API and implementation
+ *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.event;
@@ -57,4 +57,13 @@ public class TmfEventType {
         return fFormat;
     }
 
+    // ========================================================================
+    // Operators
+    // ========================================================================
+
+    @Override
+    public String toString() {
+        return fTypeId.toString();
+    }
+
 }
This page took 0.023442 seconds and 5 git commands to generate.