package org.argeo.slc.executionflow; public interface ExecutionSpecAttribute { public Object getValue(); public Boolean getIsParameter(); }