]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/PrimitiveSpecAttribute.java
Runtime improvements
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / PrimitiveSpecAttribute.java
index daddc0aa8cbb647baecc427004207c52c39dafe4..27910bf905229eac0b91a5ff55874a5f314c6cd9 100644 (file)
@@ -1,9 +1,11 @@
 package org.argeo.slc.core.execution;
 
-public class PrimitiveSpecAttribute extends AbstractSpecAttribute {
-//     public enum Type {
-//             string, integer
-//     }
+
+public class PrimitiveSpecAttribute extends AbstractSpecAttribute implements
+               PrimitiveAccessor {
+       // public enum Type {
+       // string, integer
+       // }
 
        public final static String TYPE_STRING = "string";
        public final static String TYPE_INTEGER = "integer";