Uses of Class
com.bayesserver.data.ColumnValueType
-
Packages that use ColumnValueType Package Description com.bayesserver.data -
-
Uses of ColumnValueType in com.bayesserver.data
Methods in com.bayesserver.data that return ColumnValueType Modifier and Type Method Description ColumnValueTypeVariableReference. getColumnValueType()Gets the type of value in the bound data column.static ColumnValueTypeColumnValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnValueType[]ColumnValueType. 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 ColumnValueType Constructor Description VariableReference(Variable variable, ColumnValueType columnValueType, String column)Initializes a new instance of theVariableReferenceclass.VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction)Initializes a new instance of theVariableReferenceclass.VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction, EmptyStringAction emptyStringAction)Initializes a new instance of theVariableReferenceclass.VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction, EmptyStringAction emptyStringAction, String interventionColumn)Initializes a new instance of theVariableReferenceclass.
-