]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java
Improve execution specs
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionSpecAttribute.java
index 582cef99c76b07ccaf79118e6c83ce3965ef7eab..c5335e59d51fa46aaef848a60abc46c81a6fbd77 100644 (file)
@@ -2,5 +2,11 @@ package org.argeo.slc.execution;
 
 public interface ExecutionSpecAttribute {
        public Object getValue();
+
        public Boolean getIsParameter();
+
+       public Boolean getIsFrozen();
+
+       public Boolean getIsHidden();
+
 }