Uses of Class
cdc.impex.templates.Usage
Packages that use Usage
-
Uses of Usage in cdc.impex.templates
Fields in cdc.impex.templates declared as UsageModifier and TypeFieldDescriptionstatic final UsageUsage.ACTIONUsage dedicated to the action column.static final UsageUsage.DERIVED_RO_ATTThe column is a read-only derived (computed) entity attribute.static final UsageUsage.MANDATORY_RO_ATTThe column is a mandatory read-only entity attribute.static final UsageUsage.MANDATORY_RO_IDThe column is a mandatory read-only part of the entity id.static final UsageUsage.MANDATORY_RW_ATTThe column is a mandatory read-write entity attribute.static final UsageUsage.OPTIONAL_RO_ATTThe column is a optional read-only entity attribute.static final UsageUsage.OPTIONAL_RO_IDThe column is an optional read-only part of the entity id.static final UsageUsage.OPTIONAL_RW_ATTThe column is a optional read-write entity attribute.Methods in cdc.impex.templates that return UsageMethods in cdc.impex.templates with parameters of type UsageModifier and TypeMethodDescriptionList<cdc.office.tables.HeaderCell>SheetTemplate.getColumnHeaders(Usage usage) Returns a list of column headers that match a usage.List<ColumnTemplate<?>>SheetTemplate.getColumns(Usage usage)