]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveSpecAttribute.java
Update license header
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / PrimitiveSpecAttribute.java
index f9bf37e6169d41706fbb29ba9eede6fc3ca743a0..9e1ef2e40d39ae6cb424efacc1b53c0cd2fe3fdb 100644 (file)
@@ -56,4 +56,11 @@ public class PrimitiveSpecAttribute extends AbstractSpecAttribute implements
                this.type = type;
 
        }
+
+       @Override
+       public String toString() {
+               return "Primitive spec attribute [" + type + "]"
+                               + (value != null ? "=" + value : "");
+       }
+
 }