| Package | Description |
|---|---|
| com.bayesserver.data | |
| com.bayesserver.data.discovery |
| Modifier and Type | Method and Description |
|---|---|
EmptyStringAction |
VariableReference.getEmptyStringAction()
Determines the action to take if an empty string is encountered.
|
static EmptyStringAction |
EmptyStringAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmptyStringAction[] |
EmptyStringAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VariableReference(Variable variable,
ColumnValueType columnValueType,
String column,
StateNotFoundAction stateNotFoundAction,
EmptyStringAction emptyStringAction)
Initializes a new instance of the
VariableReference class. |
| Modifier and Type | Method and Description |
|---|---|
EmptyStringAction |
VariableDefinition.getEmptyStringAction()
Determines the action to take if an empty string is encountered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDefinition.setEmptyStringAction(EmptyStringAction value)
Determines the action to take if an empty string is encountered.
|
Copyright © 2021. All rights reserved.