]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveValue.java
Execution attribute of type ref now supported (break data model)
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / PrimitiveValue.java
index b9ba9ef3ab84e2a9a4b867460fe0b12e75ffc17c..4dffd7928ac0577218646084e4f814192f1142f0 100644 (file)
 
 package org.argeo.slc.core.execution;
 
+/** Primitive value to be used by an execution. */
 public class PrimitiveValue extends AbstractExecutionValue implements
                PrimitiveAccessor {
+       private static final long serialVersionUID = 533414290998374166L;
+
        private String type;
 
        private Object value;