Uses of Enum Class
org.troy.capstone.constants.TableColumnName
Packages that use TableColumnName
-
Uses of TableColumnName in org.troy.capstone.constants
Subclasses with type arguments of type TableColumnName in org.troy.capstone.constantsModifier and TypeClassDescriptionenumEnum for column names in the dataset, to avoid hardcoding strings throughout the codebase and reduce risk of typos.Fields in org.troy.capstone.constants with type parameters of type TableColumnNameModifier and TypeFieldDescriptionprivate static final Set<TableColumnName> TableColumnName.categoricalColumnsSet of column names that are considered categorical variables.Methods in org.troy.capstone.constants that return TableColumnNameModifier and TypeMethodDescriptionstatic TableColumnNameReturns the enum constant of this class with the specified name.static TableColumnName[]TableColumnName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.troy.capstone.constants that return types with arguments of type TableColumnNameModifier and TypeMethodDescriptionstatic Set<TableColumnName> TableColumnName.getCategoricalColumns()Getter for the set of categorical column names. -
Uses of TableColumnName in org.troy.capstone.entities
Methods in org.troy.capstone.entities with parameters of type TableColumnNameModifier and TypeMethodDescriptionItem.getAttribute(TableColumnName column) Returns the value of the specified attribute for this item.