//Artefact:JavaClass/com/sphenon/basics/expression/Variable
Synopsis
public interface Variable
implements DataSource
//Artefact:Method/com/sphenon/basics/expression/Variable/getName
Synopsis
public java.lang.String getName (CallContext context)
//Artefact:Method/com/sphenon/basics/expression/Variable/getNameSpace
Synopsis
public java.lang.String getNameSpace (CallContext context)
//Artefact:Method/com/sphenon/basics/expression/Variable/getValue
Synopsis
public java.lang.Object getValue (CallContext context)

