All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface NamedValue { // Methods 2 public abstract Object getName(); public abstract double getValue() throws Exception; }
This class defines a data source which has a string name. You can get the last read value of the data source or ask the datasource to update it's value
Cross Reference |
Methods |
· getName | Summary | Top |
public abstract Object getName()
Return the identifier for this data source - normally a string
· getValue | Summary | Top |
public abstract double getValue() throws Exception
Update the value to reflect current reality and return the new value.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7