lttng: update enable channel for UST buffer type
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core / src / org / eclipse / linuxtools / internal / lttng2 / core / control / model / IDomainInfo.java
index f44c61f502b678e6324bf7d7ceac8773185d7f9a..a054fc1c946c40917e196d3c6bab138139336c50 100644 (file)
@@ -13,6 +13,8 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 import java.util.List;
 
+import org.eclipse.linuxtools.internal.lttng2.core.control.model.impl.BufferType;
+
 /**
  * <p>
  * Interface for retrieval of trace domain information.
@@ -53,7 +55,7 @@ public interface IDomainInfo extends ITraceInfo {
     /**
      * @return Information about the buffer type
      */
-    String getBufferType();
+    BufferType getBufferType();
 
     /**
      * Sets the buffer type
@@ -61,7 +63,7 @@ public interface IDomainInfo extends ITraceInfo {
      * @param bufferType
      *            The buffer type
      */
-    void setBufferType(String bufferType);
+    void setBufferType(BufferType bufferType);
 
 
 }
This page took 0.024223 seconds and 5 git commands to generate.