Uses of Class
cdc.impex.templates.Usage
-
Packages that use Usage Package Description cdc.impex.templates -
-
Uses of Usage in cdc.impex.templates
Fields in cdc.impex.templates declared as Usage Modifier and Type Field Description static UsageUsage. ACTIONUsage dedicated to the action column.static UsageUsage. DERIVED_RO_ATTThe column is a read-only derived (computed) entity attribute.static UsageUsage. MANDATORY_RO_ATTThe column is a mandatory read-only entity attribute.static UsageUsage. MANDATORY_RO_IDThe column is a mandatory read-only part of the entity id.static UsageUsage. MANDATORY_RW_ATTThe column is a mandatory read-write entity attribute.static UsageUsage. OPTIONAL_RO_ATTThe column is a optional read-only entity attribute.static UsageUsage. OPTIONAL_RO_IDThe column is an optional read-only part of the entity id.static UsageUsage. OPTIONAL_RW_ATTThe column is a optional read-write entity attribute.Methods in cdc.impex.templates that return Usage Modifier and Type Method Description UsageUsage.Builder. build()UsageColumnTemplate. getUsage()Methods in cdc.impex.templates with parameters of type Usage Modifier and Type Method Description List<String>SheetTemplate. getColumnNames(Usage usage)Returns a list of column names that match a usage.List<ColumnTemplate<?>>SheetTemplate. getColumns(Usage usage)ColumnTemplate.Builder<T>ColumnTemplate.Builder. usage(Usage usage)
-