Package tech.molecules.chem.coredb
Interface DataValue
-
- All Known Implementing Classes:
NumericDataValue
public interface DataValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAsDouble()StringgetAsText()
-
-
-
Method Detail
-
getAsDouble
double getAsDouble()
-
getAsText
String getAsText()
-
-