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 Column
Column. ID_COLUMN
The ID column added to every log to identify the log entries.static Column
Column. REF_COLUMN
The 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 Column
Schema. getColumn(int index)
Returns the column at the specified index.Column
Schema. getColumn(String columnName)
Returns the column with the specified name ornull
if 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 newSchema
with the specified columns.
-