Uses of Class
de.aristaflow.adept2.model.logmanagement.Column
-
Packages that use Column Package Description de.aristaflow.adept2.model.logmanagement -
-
Uses of Column in de.aristaflow.adept2.model.logmanagement
Fields in de.aristaflow.adept2.model.logmanagement declared as Column Modifier and Type Field Description static ColumnColumn. ID_COLUMNThe ID column added to every log to identify the log entries.static ColumnColumn. REF_COLUMNThe referenced ID column added to every subschema of a log to identify parent log entry.Methods in de.aristaflow.adept2.model.logmanagement that return Column Modifier and Type Method Description ColumnSchema. getColumn(int index)Returns the column at the specified index.ColumnSchema. getColumn(String columnName)Returns the column with the specified name ornullif no such column exists.Column[]Schema. getColumns()Returns all columns of this schema.Methods in de.aristaflow.adept2.model.logmanagement that return types with arguments of type Column Modifier and Type Method Description List<Column>Schema. getColumnRecursively(String columnName)Returns the column with the specified name recursively or the empty list if no such column exists.Constructors in de.aristaflow.adept2.model.logmanagement with parameters of type Column Constructor Description Schema(Column... columns)Constructs a newSchemawith the specified columns.
-