
org.tango.script.evalution.IContextVariable Maven / Gradle / Ivy
/*
* Created on 18 Jan 2007
* with Eclipse
*/
package org.tango.script.evalution;
import fr.esrf.Tango.DevFailed;
public interface IContextVariable {
String getName();
Object getValue() throws DevFailed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy