Uses of Class
eu.simuline.util.DataModel
-
Packages that use DataModel Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of DataModel in eu.simuline.util
Methods in eu.simuline.util that return DataModel Modifier and Type Method Description static DataModelDataModel. getDataModel(boolean retNull)Returns the current data model.static DataModelDataModel. valueOf(String name)Returns the enum constant of this type with the specified name.static DataModel[]DataModel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-