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 StateValueTypeVariable. getStateValueType()Gets the type of value that states belonging to this variable can represent.static StateValueTypeStateValueType. 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 voidVariable. 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 StateValueTypeVariableDefinition. getStateValueType()Gets theStateValueTypefor the new variable.Methods in com.bayesserver.data.discovery with parameters of type StateValueType Modifier and Type Method Description voidVariableDefinition. setStateValueType(StateValueType value)Sets theStateValueTypefor 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 theVariableDefinitionclass.VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType, VariableKind kind)Initializes a new instance of theVariableDefinitionclass.
-