All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tango.script.evalution.IContextVariable Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
/*
 * 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