Uses of Class
org.drools.workbench.models.guided.dtable.shared.model.MetadataCol52
-
Packages that use MetadataCol52 Package Description org.drools.workbench.models.guided.dtable.shared.auditlog org.drools.workbench.models.guided.dtable.shared.model -
-
Uses of MetadataCol52 in org.drools.workbench.models.guided.dtable.shared.auditlog
Constructors in org.drools.workbench.models.guided.dtable.shared.auditlog with parameters of type MetadataCol52 Constructor Description MetadataColumnDetails(MetadataCol52 column) -
Uses of MetadataCol52 in org.drools.workbench.models.guided.dtable.shared.model
Methods in org.drools.workbench.models.guided.dtable.shared.model that return MetadataCol52 Modifier and Type Method Description MetadataCol52MetadataCol52. cloneColumn()Clones this metadata column instance.Methods in org.drools.workbench.models.guided.dtable.shared.model that return types with arguments of type MetadataCol52 Modifier and Type Method Description List<MetadataCol52>GuidedDecisionTable52. getMetadataCols()Method parameters in org.drools.workbench.models.guided.dtable.shared.model with type arguments of type MetadataCol52 Modifier and Type Method Description voidGuidedDecisionTable52. setMetadataCols(List<MetadataCol52> metadataCols)
-