Uses of Class
com.bayesserver.StateValueType
-
Packages that use StateValueType Package Description com.bayesserver com.bayesserver.data.discovery -
-
Uses of StateValueType in com.bayesserver
Methods in com.bayesserver that return StateValueType Modifier and Type Method Description StateValueType
Variable. getStateValueType()
Gets the type of value that states belonging to this variable can represent.static StateValueType
StateValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateValueType[]
StateValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver with parameters of type StateValueType Modifier and Type Method Description void
Variable. setStateValueType(StateValueType value)
Sets the type of value that states belonging to this variable can represent. -
Uses of StateValueType in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return StateValueType Modifier and Type Method Description StateValueType
VariableDefinition. getStateValueType()
Gets theStateValueType
for the new variable.Methods in com.bayesserver.data.discovery with parameters of type StateValueType Modifier and Type Method Description void
VariableDefinition. setStateValueType(StateValueType value)
Sets theStateValueType
for the new variable.Constructors in com.bayesserver.data.discovery with parameters of type StateValueType Constructor Description VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType)
Initializes a new instance of theVariableDefinition
class.VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType, VariableKind kind)
Initializes a new instance of theVariableDefinition
class.
-