Uses of Class
com.bayesserver.data.TimeValueType
-
Packages that use TimeValueType Package Description com.bayesserver.data -
-
Uses of TimeValueType in com.bayesserver.data
Methods in com.bayesserver.data that return TimeValueType Modifier and Type Method Description TimeValueTypeTemporalReaderOptions. getTimeValueType()The type of values contained in the time column.static TimeValueTypeTimeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeValueType[]TimeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bayesserver.data with parameters of type TimeValueType Constructor Description TemporalReaderOptions(String caseIdColumn, String timeColumn, TimeValueType timeValueType)Initializes a new instance of theTemporalReaderOptionsclass.
-