Class MultiselectVariableDescriptor
java.lang.Object
de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
- All Implemented Interfaces:
Serializable
Descriptor object for a target variable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiselectVariableDescriptor(String label, String variableName, int columnIndex) Create new variable description object. -
Method Summary
Modifier and TypeMethodDescriptionintGet column index for this variable.Get initial values for this variable.getLabel()Get variable label.getUuid()Get generated uuid for this variable.Get variable name.voidsetColumnIndex(int columnIndex) Set column index for the descriptor.voidsetInitialValues(List<MultiselectDecisionItem> initialValues) Set initial values for this variable.voidSet label for this variable.voidsetVariableName(String variableName) Set the variable name.
-
Constructor Details
-
Method Details
-
getLabel
Get variable label.- Returns:
- variable label
-
setLabel
Set label for this variable.- Parameters:
label- the new variable label
-
getVariableName
Get variable name.- Returns:
- variable name
-
setVariableName
Set the variable name.- Parameters:
variableName- the new variable name
-
setInitialValues
Set initial values for this variable.- Parameters:
initialValues- initial values for this variable
-
getInitialValues
Get initial values for this variable.- Returns:
- initial values for this variable
-
getUuid
Get generated uuid for this variable.- Returns:
- generated uuid for this variable
-
getColumnIndex
public int getColumnIndex()Get column index for this variable.- Returns:
- column index for this variable
-
setColumnIndex
public void setColumnIndex(int columnIndex) Set column index for the descriptor.- Parameters:
columnIndex- the new column index
-