]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java
Create basic test module of the SLC demo
[gpl/argeo-slc.git] / runtime / org.argeo.slc.execution / src / main / java / org / argeo / slc / execution / ExecutionSpecAttribute.java
1 package org.argeo.slc.execution;
2
3 public interface ExecutionSpecAttribute {
4 public Object getValue();
5 public Boolean getIsParameter();
6 }