tmf: Replace state value types with an enum
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / statevalue / StringStateValue.java
index 4196171f76d868e0f2216b5bc0985c7d51452cce..743ea1d00f991422800b74a959b311122f48f170 100644 (file)
@@ -28,8 +28,8 @@ final class StringStateValue extends TmfStateValue {
     }
 
     @Override
-    public byte getType() {
-        return ITmfStateValue.TYPE_STRING;
+    public Type getType() {
+        return Type.STRING;
     }
 
     @Override
This page took 0.024688 seconds and 5 git commands to generate.