TMF: Refactor XML model code, using factories to re-use element parsers
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core / src / org / eclipse / linuxtools / tmf / analysis / xml / core / stateprovider / TmfXmlStrings.java
index 1d217061dc5e2cb97e75ac13684c230009d5ee7a..b606c0a30334701c1aafe8425ba5e531bba9573f 100644 (file)
@@ -65,6 +65,7 @@ public interface TmfXmlStrings {
     static final String EVENT_FIELD = "eventField";
     static final String TYPE_LOCATION = "location";
     static final String TYPE_QUERY = "query";
+    static final String TYPE_SELF = "self";
     static final String TYPE_INT = "int";
     static final String TYPE_LONG = "long";
     static final String TYPE_STRING = "string";
This page took 0.024067 seconds and 5 git commands to generate.