]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/ValueAccessor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / variable / ValueAccessor.java
index 21365e85f8a782b2823c47cc725f1a83866c904a..a87cdb7592ea4e0db8dea88e73ec89158a6a31ac 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.db.layer0.variable;\r
-\r
-import org.simantics.databoard.binding.Binding;\r
-import org.simantics.databoard.type.Datatype;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.WriteGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface ValueAccessor {\r
-    Object getValue(ReadGraph graph, Variable context) throws DatabaseException;\r
-    Object getValue(ReadGraph graph, Variable context, Binding binding) throws DatabaseException;\r
-    void setValue(WriteGraph graph, Variable context, Object value) throws DatabaseException;\r
-    void setValue(WriteGraph graph, Variable context, Object value, Binding binding) throws DatabaseException;\r
-    Datatype getDatatype(ReadGraph graph, Variable context) throws DatabaseException;\r
-}\r
+package org.simantics.db.layer0.variable;
+
+import org.simantics.databoard.binding.Binding;
+import org.simantics.databoard.type.Datatype;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.WriteGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface ValueAccessor {
+    Object getValue(ReadGraph graph, Variable context) throws DatabaseException;
+    Object getValue(ReadGraph graph, Variable context, Binding binding) throws DatabaseException;
+    void setValue(WriteGraph graph, Variable context, Object value) throws DatabaseException;
+    void setValue(WriteGraph graph, Variable context, Object value, Binding binding) throws DatabaseException;
+    Datatype getDatatype(ReadGraph graph, Variable context) throws DatabaseException;
+}