]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/PrimitiveAccessor.java
@update:81; Ability to copy the content of resources locally, thus enabling launchyin...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / PrimitiveAccessor.java
1 package org.argeo.slc.core.execution;
2
3 public interface PrimitiveAccessor {
4 public String getType();
5
6 public Object getValue();
7
8 public void setValue(Object value);
9 }