]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/property/ValueProvider.java
Reflection-based handling of Enum property editing.
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / property / ValueProvider.java
index 38ce9e1b6c4bb4dca4a24458b4bf0dfbc6b0098c..2471d5f357a8b40cf1356f6bec8e8760114ed61f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 public interface ValueProvider {\r
@@ -5,5 +16,5 @@ public interface ValueProvider {
        \r
        Object getValue(Object obj) throws Exception;\r
        void setValue(Object obj, Object value) throws Exception;\r
-\r
+       Class<?> getValueType();\r
 }\r